Skip to content

Commit ee992dd

Browse files
author
Gianluca Arbezzano
committed
Run apt-update before installing package in the tag workflow
Signed-off-by: Gianluca Arbezzano <[email protected]>
1 parent 1b408b0 commit ee992dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tags.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
release:
88
runs-on: ubuntu-latest
99
steps:
10-
- run: sudo apt install -y libgpgme-dev libassuan-dev libdevmapper-dev
10+
- run: sudo apt-get update && sudo apt install -y libgpgme-dev libassuan-dev libdevmapper-dev
1111
- name: Checkout code
1212
uses: actions/checkout@v2
1313
- uses: actions/setup-go@v2

0 commit comments

Comments
 (0)