Skip to content

Commit

Permalink
wip: trying to get github actions to work
Browse files Browse the repository at this point in the history
  • Loading branch information
ppacher committed Aug 3, 2022
1 parent 1c206e5 commit 4df1502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive

- name: Install using SHELL installer
run: yes | sudo bash ./install.sh --assets-url file://./installer-assets-*.tar.gz
run: yes | sudo bash ./install.sh --assets-url file://$(echo $(pwd)/installer-assets-*.tar.gz)
working-directory: linux

- uses: actions/checkout@v2
Expand All @@ -85,7 +85,7 @@ jobs:
path: linux/next

- name: "Upgrade to next pkgrev"
run: yes | sudo bash ./install.sh --assets-url file://./next/installer-assets-*.tar.gz
run: yes | sudo bash ./install.sh --assets-url file://$(echo $(pwd)/next/installer-assets-*.tar.gz)
working-directory: linux

- name: Verify upgrade
Expand Down

0 comments on commit 4df1502

Please sign in to comment.