Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Aug 19, 2024
1 parent 7b6fb7b commit a514306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Get GitHub cli
run: |
wget https://github.com/cli/cli/releases/download/v2.54.0/gh_2.54.0_linux_amd64.deb --output-document=$GITHUB_WORKSPACE/gh.deb
sudo apt install $GITHUB_WORKSPACE/gh.deb
apt install $GITHUB_WORKSPACE/gh.deb
- name: Checkout
uses: actions/checkout@v4
- name: Setup environment
Expand Down

0 comments on commit a514306

Please sign in to comment.