Skip to content

Commit

Permalink
Update cli
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrot committed Dec 28, 2021
1 parent 0804ba1 commit c71a6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build:
script:
- chmod +x release-script.sh
- apt-get update && apt-get install -y zip wget git
- wget https://github.com/cli/cli/releases/download/v2.0.0/gh_2.0.0_linux_amd64.deb
- wget https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_linux_amd64.deb
- dpkg -i gh_2.0.0_linux_amd64.deb
- git remote add github https://github.com/bostrot/wsl2-distro-manager.git
- ./release-script.sh
Expand Down

0 comments on commit c71a6ad

Please sign in to comment.