From 94346f86fe1b7dae6e0cee15f35b762c8181119e Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:39:40 +0800 Subject: [PATCH] fixes releases --- .github/workflows/release_build.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index 65371e2..70fc0c8 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -24,13 +24,6 @@ jobs: - uses: actions/checkout@v4 with: path: "choosenim" - - - name: Install deps - run: | - sudo apt-get update - sudo apt-get install musl-tools - sudo apt-get install musl-dev - - name: Build binary run: | STABLE_NIM=`curl -sSL https://nim-lang.org/channels/stable | xargs` @@ -42,7 +35,7 @@ jobs: ls -lah cd choosenim nimble install -y - nimble build --path:$NIMPATH -d:release -d:staticBuild + nimble build --path:$NIMPATH -d:release ls bin/* - name: Write release version