Skip to content

Commit

Permalink
wip(ci): fix octo cli not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Mirwald committed Aug 14, 2024
1 parent 08b59f6 commit 4c4c53f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
mkdir -p $HOME/octo
tar -xzf OctopusTools.9.1.7.linux-x64.tar.gz -C $HOME/octo
echo "$HOME/octo" >> $GITHUB_PATH
export GITHUB_PATH=$HOME/octo:$GITHUB_PATH
- name: Cache
uses: gradle/[email protected]
- name: Build
Expand Down

0 comments on commit 4c4c53f

Please sign in to comment.