Fix stale apt index in github actions (#24319)
This commit is contained in:
parent
67450cf002
commit
e7c3e55874
4 changed files with 15 additions and 4 deletions
4
.github/workflows/lint-haml.yml
vendored
4
.github/workflows/lint-haml.yml
vendored
|
@ -30,7 +30,9 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install native Ruby dependencies
|
||||
run: sudo apt-get install -y libicu-dev libidn11-dev
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libicu-dev libidn11-dev
|
||||
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue