Skip to content

Commit

Permalink
yet another test
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierr committed Jan 30, 2024
1 parent 7b8d006 commit 47d1ac3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/runGitHubTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:

# Install dependencies for mex
- name: Install dependencies for mex
run: sudo apt install build-essential
run: |
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt install -y g++-11
# Use the submodules' remote-tracking branches
- name: Update submodules
Expand Down

0 comments on commit 47d1ac3

Please sign in to comment.