Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksnanevski committed Sep 27, 2024
1 parent 9a80b15 commit d725c09
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-htt-examples.opam'
opam_file: 'coq-htt.opam'
custom_image: ${{ matrix.image }}


Expand Down
1 change: 0 additions & 1 deletion coq-htt.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This file was generated from `meta.yml`, please do not edit manually.

opam-version: "2.0"
maintainer: "[email protected]"
version: "dev"
Expand Down
2 changes: 1 addition & 1 deletion templates-extra/docker-action.yml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
{{/ submodule }}
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-htt-examples.opam'
opam_file: 'coq-htt.opam'
{{! Change delimiters to avoid the next line being parsed as mustache syntax. }}
{{=<% %>=}}
custom_image: ${{ matrix.image }}
Expand Down

0 comments on commit d725c09

Please sign in to comment.