Skip to content

Commit

Permalink
Run apt update before apt install in CI (#1942)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmohrin authored May 15, 2023
1 parent 14f6697 commit bc8a0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
uses: ./.github/setup_nodejs

- name: Install additional dependencies
run: sudo apt install gettext
run: sudo apt-get update && sudo apt-get install gettext

- name: GitHub actions has wrong file ownership here, the checkout actions has a problem here (see their 1049)
run: |
Expand Down

0 comments on commit bc8a0eb

Please sign in to comment.