Skip to content

Commit

Permalink
Merge pull request #53 from worksoup/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
worksoup authored Dec 12, 2024
2 parents 6289fed + 307f382 commit e260f39
Show file tree
Hide file tree
Showing 6 changed files with 3,653 additions and 160 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install libdbus-1-dev
run: sudo apt update && sudo apt-get install -yqq libdbus-1-dev
- name: Install Deps
run: sudo apt update && sudo apt-get install -yqq libdbus-1-dev libxcb1-dev
- name: Install latest nightly
uses: crusty-pie/toolchain@v1
with:
Expand Down Expand Up @@ -64,9 +64,9 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install libdbus-1-dev
- name: Install Deps
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt update && sudo apt-get install -yqq libdbus-1-dev
run: sudo apt update && sudo apt-get install -yqq libdbus-1-dev libxcb1-dev
- name: Install latest nightly
uses: crusty-pie/toolchain@v1
with:
Expand Down
Loading

0 comments on commit e260f39

Please sign in to comment.