ARRRRRRRRRGH
This commit is contained in:
parent
9751eec5bc
commit
2bb9933431
@ -6,22 +6,22 @@ on:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
- release:
|
||||
name: release ${{ matrix.target }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [x86_64-unknown-linux-musl]
|
||||
- steps:
|
||||
- name: Install Dependencies
|
||||
run: sudo apt-get install libdbus-1-dev libdbus-glib-1-dbus
|
||||
release:
|
||||
name: release ${{ matrix.target }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [x86_64-unknown-linux-musl]
|
||||
- steps:
|
||||
- name: Install Dependencies
|
||||
run: sudo apt-get install libdbus-1-dev libdbus-glib-1-dbus
|
||||
|
||||
- name: Compile and release
|
||||
uses: actions/checkout@master
|
||||
uses: rust-build/rust-build.action@v1.4.5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GT_TOKEN }}
|
||||
with:
|
||||
RUSTTARGET: ${{ matrix.target }}
|
||||
EXTRA_FILES: "README.md"
|
||||
- name: Compile and release
|
||||
uses: actions/checkout@master
|
||||
uses: rust-build/rust-build.action@v1.4.5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GT_TOKEN }}
|
||||
with:
|
||||
RUSTTARGET: ${{ matrix.target }}
|
||||
EXTRA_FILES: "README.md"
|
||||
Loading…
x
Reference in New Issue
Block a user