Skip to content

Commit

Permalink
try updating GCC for aws-lc-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilliamboswell committed Dec 18, 2024
1 parent 786dd83 commit 996a071
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:

- run: expect -v

- name: Update GCC
run: |
sudo apt-get update
sudo apt-get install -y gcc build-essential
gcc --version
- name: Run all tests
run: ROC=./roc_nightly/roc EXAMPLES_DIR=./examples/ ./ci/all_tests.sh

Expand Down

0 comments on commit 996a071

Please sign in to comment.