Skip to content

Commit

Permalink
fix check at end of build
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Nov 12, 2024
1 parent 13ee668 commit b1ebe24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pw_am5_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build AM5 in Intel container
run: /contrib/am5/ci/am5f8d1r0/container_build.sh
- name: Check build succeeded
run: stat ${GITHUB_WORKSPACE}/am5_build/fms_am5f7b12r1_compile.x
run: stat ${GITHUB_WORKSPACE}/am5_build/fms_am5f8d1r0_compile.x

run_AM5:
runs-on: [self-hosted, pw-platform]
Expand Down

0 comments on commit b1ebe24

Please sign in to comment.