Skip to content

Commit

Permalink
workflow files added
Browse files Browse the repository at this point in the history
  • Loading branch information
Walker-00 committed Aug 19, 2023
1 parent 7689aad commit 1a94045
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install Required Packages
run: sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get install libatk1.0-dev -y
- name: Run Check
run: cargo check
- name: Run Build
Expand Down

0 comments on commit 1a94045

Please sign in to comment.