Skip to content

Commit f7a002c

Browse files
committed
Run apt update before apt install
1 parent 1ef8cae commit f7a002c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Setup Boost (Linux)
4646
if: runner.os == 'Linux'
47-
run: sudo apt-get install libboost-dev
47+
run: sudo apt-get update && sudo apt-get install -y libboost-dev
4848

4949
- name: Setup Boost (macOS)
5050
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)