Skip to content

Commit 3d43eb9

Browse files
authored
Update build.yml
1 parent 3510c63 commit 3d43eb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
container: registry.gitlab.com/islandoftex/images/texlive:TL2024-2025-01-05-medium
12+
container: registry.gitlab.com/islandoftex/images/texlive:TL2024-2025-01-05-medium@sha256:3c51378a5396fefbeb722c347450660e9a9b5539ffbfcf5da13df7c6a22cb0e3
1313

1414
steps:
1515
- uses: actions/checkout@v4
1616

1717
- name: Run a one-line script
18+
shell: bash
1819
run: . ./ci.sh
1920

2021
- uses: actions/[email protected]

0 commit comments

Comments
 (0)