tweaking file

This commit is contained in:
benedettadavico
2023-05-03 17:19:28 +02:00
parent 5b28e24c17
commit cc6a6d8db2
+2 -8
View File
@@ -2,12 +2,6 @@ name: Upload nyxd to CI
on:
workflow_dispatch:
push:
paths:
- '*'
env:
NETWORK: mainnet
jobs:
publish-nyxd:
@@ -30,7 +24,7 @@ jobs:
echo $OUTPUT_DIR
- name: Install Dependencies (Linux)
run: sudo apt-get update && sudo apt-get -y install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libudev-dev squashfs-tools && apt install git build-essential jq
run: sudo apt-get update && sudo apt-get -y install build-essential curl wget libssl-dev libgtk-3-dev libudev-dev squashfs-tools git
continue-on-error: true
- name: Update env variables to include go
@@ -72,7 +66,7 @@ jobs:
sleep 3
cp $(echo $WASMVM_SO) $OUTPUT_DIR
- name: Deploy branch to CI www
- name: Deploy nyxd to CI www
continue-on-error: true
uses: easingthemes/ssh-deploy@main
env: