Skip to content

Commit c020cdc

Browse files
authored
Update main.yml
1 parent 0e62b02 commit c020cdc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
PATH: ${{ github.workspace }}/graalvm-community-openjdk-17.0.9+9.1/bin:$PATH
1515

1616
steps:
17+
- name: Install tar (if necessary)
18+
run: sudo apt-get update && sudo apt-get install -y tar
19+
1720
- name: Check out code
1821
uses: actions/checkout@v2
1922

0 commit comments

Comments
 (0)