From c71a6ad8ea198dc95f0cfbf815e89c88fec16793 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 29 Dec 2021 00:45:33 +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 ff9e3a3..a478b94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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