Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Feb 26, 2024
1 parent 8c86356 commit 60f2a97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: install vessel
run: |
mkdir -p /home/runner/bin
echo "/home/runner/bin" >> $GITHUB_PATH
wget --output-document /home/runner/bin/vessel https://github.com/kritzcreek/vessel/releases/download/v0.7.0/vessel-linux64
chmod +x /home/runner/bin/vessel
Expand Down

0 comments on commit 60f2a97

Please sign in to comment.