This commit is contained in:
briaguya 2024-02-19 11:34:37 -05:00
parent 3d902be1c9
commit 65bc478597

View File

@ -190,7 +190,7 @@ jobs:
cd build
cmake ..
make
make install
sudo make install
- name: Install latest SDL_net
if: ${{ (matrix.os == 'ubuntu-20.04' && !vars.LINUX_COMPATIBILITY_RUNNER) || (matrix.os == 'ubuntu-22.04' && !vars.LINUX_PERFORMANCE_RUNNER) }}
run: |