Skip to content

Commit

Permalink
RELEASE v0.3.5
Browse files Browse the repository at this point in the history
RELEASE v0.3.5
  • Loading branch information
gianzellweger authored Feb 21, 2024
2 parents 1e80805 + 4e15877 commit af0f35d
Show file tree
Hide file tree
Showing 6 changed files with 272 additions and 2,422 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update apt index
run: sudo apt-get update
- name: Install Dependencies
run: sudo apt-get install -y libgtk-3-dev libsoup2.4-dev libjavascriptcoregtk-4.0-dev libwebkit2gtk-4.0-dev libudev-dev libasound2-dev
- name: Switch to nightly
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: actions/checkout@v4
- name: Login
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
- name: Update apt index
run: sudo apt-get update
- name: Install Dependencies
run: sudo apt-get install -y libgtk-3-dev libsoup2.4-dev libjavascriptcoregtk-4.0-dev libwebkit2gtk-4.0-dev libudev-dev libasound2-dev
- name: Deploy
Expand Down
Loading

0 comments on commit af0f35d

Please sign in to comment.