Please work
This commit is contained in:
parent
31be922916
commit
42e4b03939
@ -7,21 +7,22 @@ on:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
- name: Install Dependencies
|
||||
- run: sudo apt-get install libdbus-1-dev libdbus-glib-1-dbus
|
||||
|
||||
- name: release ${{ matrix.target }}
|
||||
- runs-on: ubuntu-latest
|
||||
- strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
- target: [x86_64-unknown-linux-musl]
|
||||
- steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Compile and release
|
||||
uses: rust-build/rust-build.action@v1.4.5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GT_TOKEN }}
|
||||
with:
|
||||
RUSTTARGET: ${{ matrix.target }}
|
||||
EXTRA_FILES: "README.md"
|
||||
- name: Install Dependencies
|
||||
- run: sudo apt-get install libdbus-1-dev libdbus-glib-1-dbus
|
||||
|
||||
- name: release ${{ matrix.target }}
|
||||
- runs-on: ubuntu-latest
|
||||
- strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
- target: [x86_64-unknown-linux-musl]
|
||||
- steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Compile and release
|
||||
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