aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/git.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/git.yml')
-rw-r--r--.github/workflows/git.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml
index 9539808..d46cd3b 100644
--- a/.github/workflows/git.yml
+++ b/.github/workflows/git.yml
@@ -16,14 +16,14 @@ jobs:
GIT_DIST_PATH: .git-dist/${{ matrix.git[0] }}
steps:
+ - name: Checkout code
+ uses: actions/checkout@v4
+
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
- - name: Checkout code
- uses: actions/checkout@v4
-
- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install gettext libcurl4-openssl-dev