Skip to content

Commit

Permalink
test: checkout code first, to use the go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
David Prodinger authored and fionera committed Nov 26, 2024
1 parent 1368f37 commit 5dc5c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
arch: [ amd64, arm64 ]
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down Expand Up @@ -42,8 +44,6 @@ jobs:
echo "PACKAGE_VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
fi
- uses: actions/checkout@v4

- name: Install dependencies
run: |
sudo apt update && sudo apt -y install make pkg-config rubygems && sudo gem install fpm
Expand Down

0 comments on commit 5dc5c16

Please sign in to comment.