Skip to content

Commit

Permalink
don't attempt to untar with gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
zero9178 committed May 2, 2024
1 parent 8890f63 commit 3d73319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:

- name: Untar iree-compile
run: |
tar -xzf quidditch-compiler-build.tar
tar -cvf quidditch-compiler-build.tar
- name: Configure build
run: |
Expand Down

0 comments on commit 3d73319

Please sign in to comment.