Skip to content

Commit 5c10a32

Browse files
authored
Fix apt command
1 parent b0ab8e0 commit 5c10a32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: actions/checkout@v1
3333
- name: bundle
3434
run: |
35+
apt-get update
3536
apt-get install -y cmake
3637
bundle install --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
3738
bundle binstubs --all --force

0 commit comments

Comments
 (0)