Skip to content

Commit

Permalink
Update periodic_update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Oct 5, 2023
1 parent 6e16aaf commit 028b23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/periodic_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install dependencies
# Comment out this step if nothing else is needed
run: sudo apt-update && sudo apt install -y wget
run: sudo apt-get update && sudo apt-get install -y wget

- name: "Check that autoconf scripts are up-to-date:"
run: |
Expand Down

0 comments on commit 028b23b

Please sign in to comment.