Skip to content

Commit 7bae14c

Browse files
committed
docs: use apt-get instead of apt-fast for action
1 parent c0cbc48 commit 7bae14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Get commonmark
31-
run: sudo apt-fast install libcmark-dev
31+
run: sudo apt-get install libcmark-dev
3232
- name: Get and build Odin docs generator
3333
run: |
3434
cd /home/runner

0 commit comments

Comments
 (0)