Skip to content

Commit

Permalink
tryt this
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Nov 6, 2024
1 parent 695330c commit c40a1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os: [windows-latest, macos-latest, ubuntu-20.04]
fail-fast: false
steps:
- name: Expose GitHub Runtime
Expand All @@ -31,7 +31,7 @@ jobs:
shell: bash
- name: Install Linux OpenAL dependencies
if: runner.os == 'Linux'
run: sudo apt-get install libasound2-dev libpulse-dev libjack-dev libsdl2-dev oss4-dev portaudio19-dev qtbase5-dev libdbus-1-dev libpipewire-0.3-dev
run: sudo apt-get install libasound2-dev libpulse-dev libjack-dev libsdl2-dev oss4-dev portaudio19-dev qtbase5-dev libdbus-1-dev libpipewire-0.2-dev
shell: bash
- name: Clone repository
uses: actions/checkout@v4
Expand Down

0 comments on commit c40a1ad

Please sign in to comment.