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