mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(github): okay, try runner.os == 'Linux'
This commit is contained in:
parent
e9d14feb50
commit
a5245092f8
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue