From 7e3f02f3a95b2514b95575750e000eafd9d39e7d Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 17 May 2023 12:04:13 +0000 Subject: [PATCH] ci: checkout first --- .github/workflows/ubuntu.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 377fbe8..0de1772 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -54,11 +54,11 @@ jobs: ] steps: + - uses: actions/checkout@v1 + - name: Setup run: .github/workflows/scripts/setup.sh - - uses: actions/checkout@v1 - - name: Build run: go build @@ -111,11 +111,11 @@ jobs: ] steps: + - uses: actions/checkout@v1 + - name: Setup run: .github/workflows/scripts/setup.sh - - uses: actions/checkout@v1 - - name: Build run: go build