Updated workflows.
h3rald h3rald@h3rald.com
Tue, 15 Aug 2023 10:54:20 +0000
3 files changed,
0 insertions(+),
10 deletions(-)
M
.github/workflows/add-artifacts-to-current-release.yml
→
.github/workflows/add-artifacts-to-current-release.yml
@@ -55,8 +55,6 @@ - name: Install Nim and deps
run: | curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh sh init.sh -y - nimble install -y nifty - nifty install # Build for Linux - name: Build (Linux)
M
.github/workflows/ci.yml
→
.github/workflows/ci.yml
@@ -37,12 +37,6 @@ run: |
curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh sh init.sh -y - - name: Install nifty - run: nimble install -y nifty - - - name: Install deps - run: nifty install - - name: Build run: nimble build -d:release -d:ssl -d:useOpenSsl3 --opt:size --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --cpu:amd64 --os:linux
M
.github/workflows/test.yml
→
.github/workflows/test.yml
@@ -55,8 +55,6 @@ - name: Install Nim and deps
run: | curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh sh init.sh -y - nimble install -y nifty - nifty install # Build for Linux - name: Build (Linux)