Skip to content

Commit 13fef43

Browse files
authored
Update apt-get (#1678)
1 parent 787667f commit 13fef43

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches:
1111
- main
1212
tags:
13-
- '*'
13+
- "*"
1414

1515
jobs:
1616
Generate-Completion-Files:
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6
2222

2323
- name: Install protoc
24-
run: sudo apt-get install -y protobuf-compiler
24+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
2525

2626
- name: Install Rust toolchain
2727
run: |
@@ -94,7 +94,7 @@ jobs:
9494
runs-on: ubuntu-latest
9595
steps:
9696
- name: Install host dependencies
97-
run: sudo apt-get install -yq zip
97+
run: sudo apt-get update && sudo apt-get install -yq zip
9898

9999
- name: Checkout the repo
100100
uses: actions/checkout@v6
@@ -165,7 +165,6 @@ jobs:
165165
if-no-files-found: error
166166
retention-days: 7
167167

168-
169168
Release:
170169
name: Create release from tag
171170
needs: Build-Release-Artifacts

0 commit comments

Comments
 (0)