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 46cb07f commit 8ee583f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,14 @@ jobs:
- uses: actions/checkout@main
with:
submodules: true
- name: Restore artifact
- name: Restore from cache
uses: actions/cache@main
with:
key: gcc-13.2.0
fail-on-cache-miss: true
working-directory: /tmp
path: |
/tmp/x86_64-linux-gnu.tar.xz
/tmp/x86_64-linux-gnu.tar.xz.sha256
- name: Setup toolchain
run: |
tar --directory='/tmp' --extract --file='./x86_64-linux-gnu.tar.xz'
Expand Down

0 comments on commit 8ee583f

Please sign in to comment.