aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2020-04-26 12:53:33 +0100
committerLaurenČ›iu Nicola <[email protected]>2020-04-28 18:47:13 +0100
commit77de40192e6c5f39c511f846850fb60881e8ee9e (patch)
tree2ec84d5182ea74a338e3843e32cfd6d27eaed81a /.github/workflows/release.yaml
parent5671bacfa66a9d83daa1cc42f72ec8701412ccdc (diff)
Use x86_64-unknown-linux-gnu for releases
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 2c1192f07..3f52f31f8 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -39,7 +39,6 @@ jobs:
39 with: 39 with:
40 toolchain: stable 40 toolchain: stable
41 profile: minimal 41 profile: minimal
42 target: x86_64-unknown-linux-musl
43 override: true 42 override: true
44 43
45 - name: Install Nodejs 44 - name: Install Nodejs