Skip to content

Commit

Permalink
Merge pull request #905 from mackerelio/fix-workflow
Browse files Browse the repository at this point in the history
[nit] Always run apt-get update
  • Loading branch information
yohfee authored May 31, 2023
2 parents 31772ea + 214d599 commit df2fc77
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 df2fc77

Please sign in to comment.