-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update add-artifacts-to-current-release.yml
- Loading branch information
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,12 +65,10 @@ jobs: | |
mingw-w64-x86_64-toolchain | ||
mingw-w64-x86_64-autotools | ||
# Install the Nim compiler and dependencies | ||
- name: Install Nim and deps | ||
run: | | ||
curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh | ||
sh init.sh -y | ||
# Install the Nim | ||
- name: Install Nim | ||
uses: iffy/[email protected] | ||
|
||
# Build for Linux | ||
- name: Build (Linux) | ||
run: nimble build -v -y -d:release --gcc.exe:musl-gcc --mm:refc --gcc.linkerexe:musl-gcc -d:ssl --opt:size min | ||
|