Skip to content

Commit

Permalink
Use installed git
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Dec 3, 2023
1 parent 7d63db7 commit 97d15e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- '2.0.0'
steps:
- uses: actions/checkout@v1
- run: /usr/bin/git config --global --add safe.directory /home/runner/work/bigints/bigints
- run: |
apt-get update -y
apt-get install -y curl gcc g++ git xz-utils
- run: git config --global --add safe.directory /home/runner/work/bigints/bigints
- name: Install Nim
run: |
curl -sSf https://nim-lang.org/download/nim-${{ matrix.nim-version }}-linux_x32.tar.xz | tar -xJ
Expand Down

0 comments on commit 97d15e0

Please sign in to comment.