aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2021-05-09 13:20:21 +0200
committerGitHub <noreply@github.com>2021-05-09 13:20:21 +0200
commit15424566a67b08ddda810405348fc191328515ec (patch)
tree25b985bd8ec71e7f7939d2a3dc379f2d7620a9f6
parent2e29aa8d4d5190a1626972475e567c63ad2d1d46 (diff)
forgot to add the new build in needs
-rw-r--r--.github/workflows/nightly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index b613c3c..12f86b9 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -73,7 +73,7 @@ jobs:
name: publish
runs-on: ubuntu-16.04
timeout-minutes: 30
- needs: ['dist-x86_64-pc-windows-msvc']
+ needs: ['dist-x86_64-pc-windows-msvc', 'dist-x86_64-unknown-linux-gnu']
steps:
- name: Install Nodejs
uses: actions/setup-node@v1