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 Jan 5, 2024
2 parents d7839db + 717ae30 commit b35380d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,24 @@ jobs:
build-absytree-linux:
name: Build Absytree Linux
runs-on: ubuntu-latest

strategy:
matrix:
container: ["nimlang/nim:2.0.0-regular"]

container:
image: nimlang/nim:2.0.0-regular
image: ${{ matrix.container }}
volumes:
- ${{ github.workspace }}:/app
steps:
- name: Checkout the repo
uses: actions/checkout@v3

#- uses: jiro4989/setup-nim-action@v1
# with:
# nim-version: '2.0.x'
# repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: add Absytree as git safe.directory so nimble can install stuff
run: git config --global --add safe.directory /__w/Absytree/Absytree
- name: nimble setup
Expand Down

0 comments on commit b35380d

Please sign in to comment.