Skip to content

Commit

Permalink
ci: use correct ccache compiler for aarch64 cross compile
Browse files Browse the repository at this point in the history
  • Loading branch information
june-fish committed Mar 8, 2024
1 parent e6cffb4 commit 50ff432
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 @@ -38,7 +38,7 @@ jobs:
- name: Set git safe directory
run: git config --global safe.directory '*'
- name: Make
run: make -C ${{ matrix.variant }} CC="ccache gcc" compile
run: make -C ${{ matrix.variant }} CC="ccache aarch64-linux-gnu-gcc" compile
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 50ff432

Please sign in to comment.