Skip to content

Commit

Permalink
Merge pull request #1 from A-childs-encyclopedia/A-childs-encyclopedi…
Browse files Browse the repository at this point in the history
…a-patch-1

Create nim.yml
  • Loading branch information
A-childs-encyclopedia committed Apr 6, 2023
2 parents c177bf7 + 08c3163 commit 00ab34f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nim.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
steps:
- uses: actions/checkout@v3
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: '1.6.12' # default is 'stable'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: nimble build -d:release -Y

0 comments on commit 00ab34f

Please sign in to comment.