Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
V-FEXrt committed Nov 8, 2023
1 parent e7d72e3 commit 0a689d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
- name: Download wake
run: wget https://github.com/sifive/wake/releases/download/v39.1.0/ubuntu-22-04-wake_39.1.0-1_amd64.deb

- name: ls
run: ls -lah .

- name: Install wake
run: sudo apt install ubuntu-22-04-wake_39.1.0-1_amd64.deb
run: sudo apt-get install ubuntu-22-04-wake_39.1.0-1_amd64.deb

- name: Placeholder
run: wake -x 'Unit'

0 comments on commit 0a689d3

Please sign in to comment.