Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: use github docker image #34

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Check Hakyber EasyCrypt Project
runs-on: ubuntu-20.04
container:
image: easycryptpa/ec-build-box
image: ghcr.io/easycrypt/ec-build-box
strategy:
fail-fast: false
steps:
Expand All @@ -39,7 +39,6 @@ jobs:
run: opam install easycrypt
- name: Detect SMT provers
run: |
rm -f ~/.why3.conf
opam config exec -- easycrypt why3config -why3 ~/.why3.conf
- name: Compile Project
run: opam config exec -- make checkec
Loading