Skip to content

Commit

Permalink
Update urlcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hillarymarler committed Aug 28, 2024
1 parent c48bb34 commit 88c6b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/urlcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3

name: Install dependencies
run: sudo apt-get install -y curl
run: apt-get update && install -y curl

name: Find and check URLs
run: |
Expand Down

0 comments on commit 88c6b5e

Please sign in to comment.