Skip to content

Commit c810e24

Browse files
committed
pin: 22.04
1 parent 7ca45ff commit c810e24

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ on:
1010

1111
jobs:
1212
shellcheck_scripts:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
timeout-minutes: 10
1515
steps:
1616
- uses: actions/checkout@v4
1717

1818
- name: Install shellcheck
19-
run: sudo apt-get install shellcheck
19+
run: sudo apt-get install shellcheck=0.8.0-2
2020

2121
- name: Run shellcheck
2222
run: |

scripts/prove_stdio.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,4 @@ echo "Note, this duration is inclusive of circuit handling and overall process i
158158

159159
# Clean up in case of success
160160
rm "$OUTPUT_LOG"
161+

0 commit comments

Comments
 (0)