Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuzinski authored Feb 19, 2024
1 parent 17d7ff0 commit b9aca5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Install compiler dependencies
run: |
sudo apt-get update
sudo apt-get install gcc-11 gcc-11-base gcc-11-doc g++-11
sudo apt-get install libstdc++-11-dev libstdc++-11-doc
sudo apt-get install -y gcc-11 gcc-11-base gcc-11-doc g++-11
sudo apt-get install -y libstdc++-11-dev libstdc++-11-doc
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
- name: Run build
Expand Down

0 comments on commit b9aca5b

Please sign in to comment.