Skip to content

Commit

Permalink
Reenable 1.4.8, create setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Dec 3, 2023
1 parent 28ff670 commit 4d2aa3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,16 @@ jobs:
strategy:
matrix:
nim-version:
- '1.4.8'
- '1.6.16'
- '2.0.0'
steps:
- uses: actions/checkout@v1
- name: Setup
- run: |
apt-get update -y
apt-get install -y curl gcc g++ git xz-utils
- run: git config --global --add safe.directory /__w/bigints/bigints
git config --global --add safe.directory /__w/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 4d2aa3f

Please sign in to comment.