Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAGod1 authored Dec 6, 2021
1 parent a06b977 commit 1edcdf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install cmake
run: sudo apt-get install cmake
- name: Install gtk
run: sudo apt-get install libgtk-3-dev
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 1edcdf6

Please sign in to comment.