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 c71a6ad commit e635bdb
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 @@ -6,7 +6,7 @@ build:
- chmod +x release-script.sh
- apt-get update && apt-get install -y zip wget git
- 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
- dpkg -i gh_2.4.0_linux_amd64.deb
- git remote add github https://github.com/bostrot/wsl2-distro-manager.git
- ./release-script.sh

0 comments on commit e635bdb

Please sign in to comment.