Compare commits

..

No commits in common. "e9166e142358d63f776dd8a7b40b8b70f07ce63b" and "31be922916ea31f7c2fabf2060082cfcc43addeb" have entirely different histories.

View File

@ -7,22 +7,21 @@ on:
jobs: jobs:
release: release:
- 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: 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:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Compile and release - name: Compile and release
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"