Skip to content

Commit 3ba8534

Browse files
committed
Fix dependency installation
1 parent acc5726 commit 3ba8534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
name: Content checks
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- name: Install dependencies
12-
run: apt-get update && apt-get install pipx && pipx install poetry
12+
run: sudo apt-get update && sudo apt-get install pipx && pipx install poetry
1313
- name: Link check
1414
run: ./make.sh linkcheck

0 commit comments

Comments
 (0)