Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
naps62 committed Dec 12, 2023
1 parent f98463d commit 04283cd
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,23 @@
name: release

on:
workflow_dispatch:
push:
branches:
- "main"

concurrency:
group: ${{ github.workflow }}-${{ github.sha }}
permissions:
contents: write

jobs:
# build app
# upload to draft release
app:
needs: [setup]
strategy:
fail-fast: false
matrix:
platform: [ubuntu-20.04]
runs-on: ${{ matrix.platform }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3

- name: install dependencies (ubuntu)
if: matrix.platform == 'ubuntu-20.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libsodium-dev libusb-dev
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 04283cd

Please sign in to comment.