Skip to content

Commit

Permalink
Always run apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
mechairoi committed May 31, 2023
1 parent 6666354 commit 214d599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Install debian packaging utils, binutils
run: sudo apt-get install -y devscripts debhelper fakeroot binutils-mips-linux-gnu binutils-aarch64-linux-gnu binutils-arm-linux-gnueabihf
run: sudo apt-get update && sudo apt-get install -y devscripts debhelper fakeroot binutils-mips-linux-gnu binutils-aarch64-linux-gnu binutils-arm-linux-gnueabihf
- run: docker pull mackerel/docker-mackerel-rpm-builder:c7
- run: make rpm deb rpm-kcps deb-kcps rpm-stage deb-stage tgz
- run: make crossbuild
Expand Down

0 comments on commit 214d599

Please sign in to comment.