revert to old
This commit is contained in:
parent
ef884214b9
commit
f9151fd192
@ -7,15 +7,18 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
name: release ${{ matrix.target }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# name: release ${{ matrix.target }}
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
target: [x86_64-unknown-linux-musl]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Compile and release
|
- name: Compile and release
|
||||||
run: sudo apt-get install libdbus-1-dev libdbus-glib-1-dbus
|
|
||||||
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: x86_64-unknown-linux-musl
|
RUSTTARGET: ${{ matrix.target }}
|
||||||
EXTRA_FILES: "README.md"
|
EXTRA_FILES: "README.md"
|
||||||
Loading…
x
Reference in New Issue
Block a user