Skip to content

Commit

Permalink
tweak CI
Browse files Browse the repository at this point in the history
andrew-appel committed Jul 25, 2024
1 parent f865914 commit a2c02ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coq-action.yml
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ jobs:
startGroup "Build & Install"
# put the first version back once CompCert 3.15 is in the Coq Platform
# make ${{matrix.make_target}} BITSIZE=${{matrix.bit_size}} COMPCERT=${{ matrix.coq_version=='dev' && 'bundled' || 'platform' }} IGNORECOQVERSION=true IGNORECOMPCERTVERSION=true
make ${{matrix.make_target}} BITSIZE=${{matrix.bit_size}} COMPCERT=${{ 'bundled' }} IGNORECOQVERSION=true IGNORECOMPCERTVERSION=true
make ${{matrix.make_target}} BITSIZE=${{matrix.bit_size}} COMPCERT=bundled IGNORECOQVERSION=true IGNORECOMPCERTVERSION=true
endGroup
after_script: |
startGroup 'Copy Opam coq/user-contrib and coq-variant'

0 comments on commit a2c02ce

Please sign in to comment.