Skip to content
Snippets Groups Projects
Unverified Commit b200e4a6 authored by Denis S. Soldatov aka General-Beck's avatar Denis S. Soldatov aka General-Beck
Browse files

remove target musl

parent a6e3ec15
Branches
No related merge requests found
...@@ -20,7 +20,7 @@ jobs: ...@@ -20,7 +20,7 @@ jobs:
key: ${{ runner.OS }}-cargo-build-[build-substrate]-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.OS }}-cargo-build-[build-substrate]-${{ hashFiles('**/Cargo.lock') }}
- name: Run cargo build Substrate - name: Run cargo build Substrate
shell: bash shell: bash
run: cargo build --target x86_64-unknown-linux-musl --release --verbose run: cargo build --release --verbose
- name: Prepare artifacts - name: Prepare artifacts
shell: bash shell: bash
run: | run: |
...@@ -49,7 +49,7 @@ jobs: ...@@ -49,7 +49,7 @@ jobs:
key: ${{ runner.OS }}-cargo-build-[build-subkey-linux]-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.OS }}-cargo-build-[build-subkey-linux]-${{ hashFiles('**/Cargo.lock') }}
- name: Run cargo build Subkey - name: Run cargo build Subkey
shell: bash shell: bash
run: cargo build --target x86_64-unknown-linux-musl --release --verbose run: cargo build --release --verbose
- name: Prepare artifacts - name: Prepare artifacts
shell: bash shell: bash
run: | run: |
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment