Skip to content

Commit

Permalink
fix: apt-get update in docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Dec 1, 2024
1 parent ce16c4b commit ae49eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install vim and htop
# For the "cy/project" story and "layout/dynamic/color-map" story
run: sudo apt-get install -qqy vim htop
run: sudo apt-get update && sudo apt-get install -qqy vim htop

- name: Build
run: >
Expand Down

0 comments on commit ae49eb2

Please sign in to comment.