We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3510c63 commit 3d43eb9Copy full SHA for 3d43eb9
.github/workflows/build.yml
@@ -9,12 +9,13 @@ on:
9
jobs:
10
build:
11
runs-on: ubuntu-latest
12
- container: registry.gitlab.com/islandoftex/images/texlive:TL2024-2025-01-05-medium
+ container: registry.gitlab.com/islandoftex/images/texlive:TL2024-2025-01-05-medium@sha256:3c51378a5396fefbeb722c347450660e9a9b5539ffbfcf5da13df7c6a22cb0e3
13
14
steps:
15
- uses: actions/checkout@v4
16
17
- name: Run a one-line script
18
+ shell: bash
19
run: . ./ci.sh
20
21
- uses: actions/[email protected]
0 commit comments