Skip to content

Commit

Permalink
ci(build): always use latest toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Aug 15, 2022
1 parent 96ff974 commit be726dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

- name: Install build deps
run: sudo apt install libgtk-3-dev libgtk-layer-shell-dev

Expand Down

0 comments on commit be726dd

Please sign in to comment.