Skip to content
Snippets Groups Projects
Commit 4589f7b7 authored by Robin Appelman's avatar Robin Appelman
Browse files

no musl untill tungstenite supports rustls

parent 6d381597
No related branches found
No related tags found
No related merge requests found
......@@ -23,39 +23,20 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: musl-tools
run: |
sudo apt-get install musl-tools
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: x86_64-unknown-linux-musl
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --exclude test_client --target x86_64-unknown-linux-musl
args: --release
- uses: actions/upload-artifact@v2
with:
name: notify_push
path: target/x86_64-unknown-linux-musl/release/notify_push
build-client:
name: Build client
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --workspace --exclude notify_push
path: target/release/notify_push
- uses: actions/upload-artifact@v2
with:
name: notify_push
path: target/release/notify_push
\ No newline at end of file
name: test_client
path: target/release/test_client
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment