Skip to content

Commit

Permalink
Merge branch 'master' into heapster/type-system-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddy Westbrook authored Jun 14, 2022
2 parents adac5e4 + 5519c7f commit 37d83b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,14 @@ jobs:
- shell: bash
run: .github/ci.sh zip_dist_with_solvers $NAME-with-solvers

- if: matrix.ghc == '8.10.7'
- if: matrix.ghc == '8.10.7' && github.event.pull_request.head.repo.fork == false
shell: bash
env:
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
run: .github/ci.sh sign $NAME.tar.gz

- if: matrix.ghc == '8.10.7'
- if: matrix.ghc == '8.10.7' && github.event.pull_request.head.repo.fork == false
shell: bash
env:
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
Expand Down
2 changes: 1 addition & 1 deletion src/SAWScript/Interpreter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ primitives = Map.fromList
[ "Write the current goal to the given file in SMT-Lib2 format." ]

, prim "w4_offline_smtlib2" "String -> ProofScript ()"
(pureVal offline_smtlib2)
(pureVal w4_offline_smtlib2)
Current
[ "Write the current goal to the given file in SMT-Lib2 format." ]

Expand Down

0 comments on commit 37d83b0

Please sign in to comment.