mirror of
https://github.com/daylinmorgan/tsm.git
synced 2024-11-16 09:18:32 -06:00
use setup not install
This commit is contained in:
parent
39a3cd977f
commit
1d45f27934
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Setup Build Environment
|
||||
run: |
|
||||
nimble install -Y 'https://github.com/nim-lang/atlas.git@#f7ade65f' forge
|
||||
nimble install -Y -d
|
||||
nimble setup -Y -l
|
||||
|
||||
- name: Create artifact bundles
|
||||
run: nim release && nim bundle
|
||||
|
|
Loading…
Reference in a new issue