Skip to content

Commit

Permalink
newer gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Sep 27, 2024
1 parent 574b447 commit 0e4731f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:

- name: Build
run: |
export CC=gcc-10
export CXX=g++-10
make release
tar -C build -cJf glibc-tools-arm64.tar.xz libSegFault.so tracer
Expand Down

0 comments on commit 0e4731f

Please sign in to comment.