Skip to content

Commit

Permalink
Forgetful
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmervdl committed Sep 6, 2024
1 parent b75a12f commit 50220fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Fix Arm build
# Not sure what the path is here but it should be something like
if: ${{matrix.arch == 'arm64'}}
if: ${{matrix.arch == 'armv8.5-a'}}
run: $GITHUB_WORKSPACE/cmake/fix_ruy_build.sh $GITHUB_WORKSPACE ${{github.workspace}}/build

- name: Build
Expand Down

0 comments on commit 50220fe

Please sign in to comment.