From e635bdb277820497e0e1bca22c8a656551a2bc90 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 29 Dec 2021 00:47:44 +0100 Subject: [PATCH] Update cli --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a478b94..ae742c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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