Execute `apt update` before installing apt packages for CI.

This commit is contained in:
Kazuhiro MUSASHI 2024-08-11 14:50:49 +09:00
parent 43d0b2f3d1
commit 2d60f5aece
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ env:
before: before:
hooks: hooks:
# you may remove this if you don't use vgo # you may remove this if you don't use vgo
- sudo apt update
- sudo apt install rpm - sudo apt install rpm
- go mod download - go mod download