Skip to content

Commit

Permalink
CI: try magic spell
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgruetter committed Dec 27, 2024
1 parent 75c02a4 commit dad4d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coq-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: coq-community/docker-coq-action@v1
with:
coq_version: ${{ matrix.env.DOCKER_COQ_VERSION }}
custom_script: TIMED=1 make
custom_script: sudo chmod -R a=u . && TIMED=1 make
- name: install
uses: coq-community/docker-coq-action@v1
with:
Expand Down

0 comments on commit dad4d1e

Please sign in to comment.