mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-10 19:35:59 +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:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Install dependencies (Ubuntu)
|
- name: Install dependencies (Ubuntu)
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Ubuntu'
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y libopengl-dev libglx-dev libxext-dev libglvnd-dev
|
sudo apt install -y libopengl-dev libglx-dev libxext-dev libglvnd-dev
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user