Skip to content

Commit

Permalink
Create nim.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
A-childs-encyclopedia committed Apr 6, 2023
1 parent c177bf7 commit 08c3163
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 08c3163

Please sign in to comment.