Skip to content

Commit

Permalink
Migrate apt-fast -> apt-get
Browse files Browse the repository at this point in the history
`apt-fast` is no longer included as a package in the `ubuntu-latest` Github action runner as an alternative to `apt-get`.
  • Loading branch information
sturnclaw authored Jan 1, 2025
1 parent 593a7f2 commit 099491c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/naturaldocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:

- name: Install Dependencies
run: |
sudo apt-fast update
sudo apt-fast install -y ${{ env.packages }}
sudo apt-get update
sudo apt-get install -y ${{ env.packages }}
- name: Download natural docs
uses: wei/wget@v1
Expand Down

0 comments on commit 099491c

Please sign in to comment.