Skip to content

Commit

Permalink
Update workflow test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jopelima committed Oct 3, 2023
1 parent 4195a68 commit b4fe6dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: download artifact
uses: dawidd6/action-download-artifact@v2
with:
run_id: 6378412508
name: linux-build-artifacts
- name: ls
run: ls
- name: make file
run: |
sudo apt-get install debootstrap
Expand Down

0 comments on commit b4fe6dc

Please sign in to comment.