diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 43666bda..61770c88 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,6 +37,9 @@ jobs: apt-get -y -qq update apt-get -y -qq install jq python3 python3-pip python-is-python3 s3cmd git make wget + - name: Checkout + uses: actions/checkout@v6 + - name: Setup Go uses: https://code.forgejo.org/actions/setup-go@v6 with: @@ -56,9 +59,6 @@ jobs: distribution: 'temurin' # See 'Supported distributions' for available options java-version: '21' - - name: Checkout - uses: actions/checkout@v6 - - name: Run build pkg directory run: | go run cmd/main.go build