Skip to content

Commit

Permalink
[CI] touch binaries to prevent rebuilding
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Dec 16, 2023
1 parent fa97cc3 commit 3a3e7fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coq-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ jobs:
path: src/ExtractionOCaml
- name: make binaries executable
run: git check-ignore src/ExtractionOCaml/* | grep -v '\.' | xargs chmod +x
- name: touch binaries to prevent rebuilding
run: git check-ignore src/ExtractionOCaml/* | grep -v '\.' | xargs touch
- name: generated-files
run: etc/ci/github-actions-make.sh --warnings -f Makefile.examples -j2 generated-files
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 3a3e7fc

Please sign in to comment.