Compare commits
No commits in common. "e9166e142358d63f776dd8a7b40b8b70f07ce63b" and "31be922916ea31f7c2fabf2060082cfcc43addeb" have entirely different histories.
e9166e1423
...
31be922916
@ -7,22 +7,21 @@ 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:
|
||||
- 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"
|
||||
- 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