mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-09 23:06:47 +03:00
fix(github): try using runner.os? matrix.os == 'windows-latest' is just a skip
This commit is contained in:
parent
06ccd053a5
commit
8c3ecfdf8d
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Install dependencies (Ubuntu)
|
||||
if: runner.os == 'Windows'
|
||||
if: runner.os == 'Ubuntu'
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y libopengl-dev libglx-dev libxext-dev libglvnd-dev
|
||||
|
Loading…
Reference in New Issue
Block a user