]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Update Github actions
authortobtoht <thotbot@protonmail.com>
Mon, 23 May 2022 12:10:07 +0000 (14:10 +0200)
committertobtoht <thotbot@protonmail.com>
Mon, 23 May 2022 12:10:07 +0000 (14:10 +0200)
.github/workflows/build.yml

index d8324fb5336957bc4c2c6e1426ddf40db39aa6a3..fe5411ab910e71352ee109b2fc03b4ea677aa988 100644 (file)
@@ -21,7 +21,7 @@ jobs:
       - name: prepare build environment
         run: docker build -t feather:linux -f Dockerfile.linux --build-arg THREADS=3 .
       - name: build
-        run: docker run --rm -it -v /home/runner/work/feather/feather:/feather -w /feather feather:linux sh -c 'WITH_SCANNER=Off make release-static -j3'
+        run: docker run --rm -v /home/runner/work/feather/feather:/feather -w /feather feather:linux sh -c 'WITH_SCANNER=Off make release-static -j3'
       - name: sha256sum
         run: shasum -a256 /home/runner/work/feather/feather/build/release/bin/feather
       - uses: actions/upload-artifact@v2