Skip to content

Commit

Permalink
Now we're cookin' 🧑‍🍳
Browse files Browse the repository at this point in the history
  • Loading branch information
gianzellweger authored Jan 2, 2024
1 parent b81bc11 commit 803a783
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: DEBIAN_FRONTEND=noninteractive apt install libgtk-3-dev
run: sudo apt-get install -y libgtk-3-dev
- name: Build
run: cargo build --verbose
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose

0 comments on commit 803a783

Please sign in to comment.