aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-26 02:53:02 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-26 02:53:02 +0200
commit9d75e285cfa4bfb55fb29b9c6ef0ee53040fcde3 (patch)
tree1f8bc560c7a274f30f415067aa00829bd2cb3f55 /.github
parentd05d05a5a16149f3953266ede5a1b2c3222d6d3e (diff)
downloadFlightCore-9d75e285cfa4bfb55fb29b9c6ef0ee53040fcde3.tar.gz
FlightCore-9d75e285cfa4bfb55fb29b9c6ef0ee53040fcde3.zip
Fix CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml
index 8af407e9..1542b044 100644
--- a/.github/workflows/push-test.yml
+++ b/.github/workflows/push-test.yml
@@ -27,7 +27,7 @@ jobs:
- name: install app dependencies and build it
run: |
npm install
- bash ./node_modules/.bin/rollup -c
+ ./node_modules/.bin/rollup -c
npm run tauri build
- uses: tauri-apps/tauri-action@v0
env: