Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth authored Aug 15, 2023
1 parent 0ad71da commit 70f6581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Build Absytree
runs-on: ubuntu-latest
container:
#image: nimlang/nim:2.0.0-regular
image: ubuntu
volumes:
- ${{ github.workspace }}:/app
steps:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
name: Run tests
runs-on: ubuntu-latest
container:
#image: nimlang/nim:2.0.0-regular
image: ubuntu
volumes:
- ${{ github.workspace }}:/app
steps:
Expand Down

0 comments on commit 70f6581

Please sign in to comment.