Skip to content

Commit

Permalink
Revert "Work around new security feature of git"
Browse files Browse the repository at this point in the history
This reverts commit b4ef827.

We only need this on Windows.
  • Loading branch information
JasonGross committed Apr 15, 2022
1 parent b4ef827 commit d4765a6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/coq-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Work around https://github.com/actions/checkout/issues/766
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Set up OCaml
uses: ocaml/setup-ocaml@v2
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/coq-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ jobs:
%CYGWIN_ROOT%\setup-x86_64.exe -qnNdO -P time
shell: cmd

- name: Work around https://github.com/actions/checkout/issues/766
run: |
%CYGWIN_ROOT%\bin\bash.exe -l -c 'git config --global --add safe.directory "$GITHUB_WORKSPACE"'
shell: cmd

- name: echo build params
run: |
ECHO ::group::wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Work around https://github.com/actions/checkout/issues/766
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: install Coq
run: |
if [ ! -z "$PPA" ]; then sudo add-apt-repository "$PPA" -y; fi
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@v3
- name: Work around https://github.com/actions/checkout/issues/766
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Login to crates.io
run: cargo login $CRATES_IO_TOKEN
env:
Expand Down

0 comments on commit d4765a6

Please sign in to comment.