Skip to content

Commit

Permalink
show what's available
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Jan 21, 2024
1 parent 8e23bb1 commit 76fb42f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake_ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
if: ${{ matrix.name != 'macOS' }}
uses: egor-tensin/[email protected]

- name: Check available package versions
run: |
sudo apt-get update
apt-cache policy libc6 libc6-dev
- name: Install JUCE's Linux Deps
if: runner.os == 'Linux'
# Thanks to McMartin & co https://forum.juce.com/t/list-of-juce-dependencies-under-linux/15121/44
Expand Down

0 comments on commit 76fb42f

Please sign in to comment.