diff options
author | Paulo Gomes <pjbgf@linux.com> | 2023-12-08 09:39:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-08 09:39:38 +0000 |
commit | 5d08d3bd94c65a3b6c25c6fba6907d12b0dac4ca (patch) | |
tree | 7c5297fb455711b561f352ba0190ffb1aac3bcbb /.github/workflows/git.yml | |
parent | cec7da63ca0412fce55a0bf0715b7ba44a41eaa2 (diff) | |
parent | 5bd1d8f4abcfbf1345a1e5a5ec9a96121f3746dc (diff) | |
download | go-git-5d08d3bd94c65a3b6c25c6fba6907d12b0dac4ca.tar.gz |
Merge pull request #958 from pjbgf/workvalv5.11.0
Align worktree validation with upstream and remove build warnings
Diffstat (limited to '.github/workflows/git.yml')
-rw-r--r-- | .github/workflows/git.yml | 6 |
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 |