Skip to content

Commit

Permalink
Update coq-debian.yml for amd64-files chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-erbsen authored Aug 9, 2023
1 parent 83fdb59 commit 17264e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coq-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
name: ExtractionOCaml-sid
path: src/ExtractionOCaml
- name: make binaries executable
run: chmod +x src/ExtractionOCaml/*
run: git check-ignore src/ExtractionOCaml/* | grep -v '\.' | xargs chmod +x
- name: make only-test-amd64-files
run: |
sudo chroot /chroot setpriv --reuid "$(id -u)" --regid "$(id -g)" --init-groups \
Expand Down

0 comments on commit 17264e6

Please sign in to comment.