Skip to content

Commit

Permalink
Update add-artifacts-to-current-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rald authored Oct 27, 2024
1 parent 3d1a540 commit 1afa5dd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/add-artifacts-to-current-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/install-nim@v4.5.0

# 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
Expand Down

0 comments on commit 1afa5dd

Please sign in to comment.