Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Aug 14, 2024
1 parent 3f39a3e commit afad41b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: install
run: apt-get install libatomic1
run: |
sudo apt-get update
sudo apt-get install libatomic1
- uses: actions/checkout@v4

Expand Down

0 comments on commit afad41b

Please sign in to comment.