Skip to content

Commit 8844902

Browse files
committed
sigh
1 parent 845b2b3 commit 8844902

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/luacheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v6
1212

13+
- name: Update apt cache
14+
run: apt-get update
15+
1316
- name: Setup lua
1417
# Workaround until https://github.com/leafo/gh-actions-lua/issues/57 is resolved
1518
# uses: leafo/gh-actions-lua@v11

.github/workflows/update visual snapshots.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
# Support runs of this action in forks
1818
repository: ${{ github.event.pull_request.head.repo.full_name }}
1919

20+
- name: Update apt cache
21+
run: apt-get update
22+
2023
- name: Setup lua
2124
# Workaround until https://github.com/leafo/gh-actions-lua/issues/57 is resolved
2225
# uses: leafo/gh-actions-lua@v11

0 commit comments

Comments
 (0)