Merge pull request #20 from Xetibo/ina

Ina
This commit is contained in:
Dashie 2023-10-16 16:09:21 +02:00 committed by GitHub
commit 0fff617151
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 27 deletions

View file

@ -1,6 +1,6 @@
on: on:
release: release:
types: [created] types: [ created ]
jobs: jobs:
release: release:
@ -12,6 +12,8 @@ jobs:
with: with:
profile: minimal profile: minimal
toolchain: nightly toolchain: nightly
- name: Install gtk
run: sudo apt install libgtk-4-dev libadwaita-1-dev -y
- name: Build - name: Build
run: cargo build --release --verbose run: cargo build --release --verbose
- name: Release - name: Release

View file

@ -20,6 +20,8 @@ jobs:
with: with:
profile: minimal profile: minimal
toolchain: nightly toolchain: nightly
- name: Install gtk
run: sudo apt install libgtk-4-dev libadwaita-1-dev -y
- name: Cache - name: Cache
uses: actions/cache@v3 uses: actions/cache@v3
with: with: