From 14d548774bb115d2248b42551f045f5de7d9d4ed Mon Sep 17 00:00:00 2001 From: jake Date: Fri, 23 May 2025 01:30:54 +0000 Subject: [PATCH] Update .gitea/workflows/test.yaml --- .gitea/workflows/test.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index a81f5f9..36301a8 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -28,13 +28,4 @@ jobs: - name: "check go installed command" shell: bash - run: mctl -v | grep "mctl version v0.3.4" - - - name: "this should skip" - shell: bash - env: - GO_INSTALL_COMMANDS: code.jakeyoungdev.com/jake/mctl@v0.3.4 - GO_INSTALL_ARCH: amd64 - run: | - chmod +x install.sh - ./install.sh \ No newline at end of file + run: mctl -v | grep "mctl version v0.3.4" \ No newline at end of file