Skip to content

Commit

Permalink
Temporarily remove -Os from compile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Aug 24, 2023
1 parent 44f3691 commit 7bb9312
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ jobs:
/tmp/x86_64-linux-gnu.tar.xz.sha256
- name: Setup toolchain
run: |
tar --directory='/tmp' --extract --file='x86_64-linux-gnu.tar.xz'
ls /tmp/x86_64-linux-gnu.tar.xz
tar --directory='/tmp' --extract --file='./x86_64-linux-gnu.tar.xz'
mv '/tmp/obggcc' '/tmp/obggcc-toolchain'
- name: Build OBGGCC with OBGGCC
run: |
Expand Down

0 comments on commit 7bb9312

Please sign in to comment.