Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cmester0 committed Nov 16, 2024
1 parent 0f053e2 commit 5053de1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/extract_and_run_coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ jobs:
runs-on: ubuntu-latest
container:
image: coqorg/base:5.0.0 # coqorg/coq:8.18.0-ocaml-5.0.0
options: --user root
# options: --user root
# permissions:
# contents: write
steps:
- name: Setup
run: sudo mkdir -m 1777 /__w
- name: Checkout code
uses: actions/checkout@v4
# - name: Setup
# run: mkdir -m 1777 /__w
- name: env
run: |
export HOME=/home/coq
Expand All @@ -36,6 +36,9 @@ jobs:
. "$HOME/.cargo/env"
- name: jq install
run: sudo apt update && sudo apt install jq -y
- name: opam setup
run: |
opam switch
- name: opam setup
run: |
opam switch 5.0.0
Expand Down

0 comments on commit 5053de1

Please sign in to comment.