Skip to content

Commit 00cb3ef

Browse files
committed
fix
1 parent ecbdbed commit 00cb3ef

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ jobs:
2828
- name: Download and unpack heighliner
2929
run: |
3030
curl -L -o heighliner.tar.gz https://github.com/strangelove-ventures/heighliner/releases/download/v1.5.4/heighliner_1.5.4_linux_amd64.tar.gz
31-
tar -xzv f heighliner.tar.gz
31+
tar -xzvf heighliner.tar.gz
3232
33-
- run: "./heighliner -h"
34-
35-
- run: "./heighliner build -c noble-forwarding-simd --local --tar-export-path ${{ env.TAR_PATH }}"
33+
- run: "heighliner build -c noble-forwarding-simd --local --tar-export-path ${{ env.TAR_PATH }}"
3634

3735
- name: Publish Tarball as Artifact
3836
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)