diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 19:32:48 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 19:32:48 +0200 |
commit | c570904700dfdcdbb8f0e4a8072d413e3e185783 (patch) | |
tree | aa4fe119b6064ba86765f77b4d9c0ea8671565cd | |
parent | dcf9a27c494191a75deb900ec290bdd3e807cdd5 (diff) | |
download | FlightCore-c570904700dfdcdbb8f0e4a8072d413e3e185783.tar.gz FlightCore-c570904700dfdcdbb8f0e4a8072d413e3e185783.zip |
Set CI dependencies
-rw-r--r-- | .github/workflows/push-test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index c79ba46b..3781ec4d 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -57,6 +57,7 @@ jobs: src-tauri/target/release/bundle/msi/*.msi create-release-file: + needs: test-tauri runs-on: ubuntu-20.04 steps: - uses: actions/download-artifact@v3 |