mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(github): hmmm
This commit is contained in:
parent
8c3ecfdf8d
commit
e9d14feb50
1 changed files with 3 additions and 0 deletions
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
|
|
@ -39,6 +39,9 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
- name: What OS?
|
||||||
|
run: echo "$RUNNER_OS"
|
||||||
|
|
||||||
- name: Install dependencies (Ubuntu)
|
- name: Install dependencies (Ubuntu)
|
||||||
if: runner.os == 'Ubuntu'
|
if: runner.os == 'Ubuntu'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue