Skip to content

Commit 1a5e4b2

Browse files
committed
[fix] use latest pack release
1 parent 692b194 commit 1a5e4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# The type of runner that the job will run on
2121
runs-on: ubuntu-latest
2222
container:
23-
image: ghcr.io/stefan-hoeck/idris2-pack:nightly-250803-jammy
23+
image: ghcr.io/stefan-hoeck/idris2-pack:latest
2424

2525
# Steps represent a sequence of tasks that will be executed as part of the job
2626
steps:

0 commit comments

Comments
 (0)