Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Nimaoth/Absytree
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Aug 31, 2024
2 parents 8b9f332 + 91dd15a commit a22440f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
name: Run tests
runs-on: ubuntu-latest
container:
image: "nimlang/nim:2.0.2-regular"
image: "ubuntu:22.04"
volumes:
- ${{ github.workspace }}:/app
steps:
Expand All @@ -180,8 +180,15 @@ jobs:
- name: Install stable rust toolchain
uses: dtolnay/[email protected]

- name: add Absytree as git safe.directory so nimble can install stuff
- uses: iffy/install-nim@v5
with:
version: binary:2.0.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: add project dir as git safe.directory so nimble can install stuff
run: git config --global --add safe.directory /__w/Absytree/Absytree
continue-on-error: true

- name: Cache nimble modules
id: cache-nimble
Expand Down

0 comments on commit a22440f

Please sign in to comment.