mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-07 05:46:09 +03:00
fix(github): okay, try runner.os == 'Linux'
This commit is contained in:
parent
e9d14feb50
commit
a5245092f8
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
run: echo "$RUNNER_OS"
|
||||
|
||||
- name: Install dependencies (Ubuntu)
|
||||
if: runner.os == 'Ubuntu'
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y libopengl-dev libglx-dev libxext-dev libglvnd-dev
|
||||
|
Loading…
Reference in New Issue
Block a user