From ebdc37317be782b697cecad00f62e5bdf0cd5273 Mon Sep 17 00:00:00 2001 From: Crown0815 Date: Wed, 21 May 2025 22:30:42 +0200 Subject: [PATCH] ci: Reorder build pipeline to first set up forgejo server --- .github/workflows/windows-tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index 8a47a30d..1953a2b1 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -29,14 +29,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Set up Go - uses: actions/setup-go@v4 - with: - go-version: '1.21' - - - name: Install dependencies - run: go mod download - - name: Setup WSL uses: Vampire/setup-wsl@v5 @@ -107,6 +99,14 @@ jobs: exit 1 } + - name: Set up Go + uses: actions/setup-go@v4 + with: + go-version: '1.21' + + - name: Install dependencies + run: go mod download + - name: Setup Forgejo connection run: | # Set environment variables