Skip to content

Commit

Permalink
Merge pull request #568 from ozkriff/i563_switch_to_gwg
Browse files Browse the repository at this point in the history
Switch to GWG completely
  • Loading branch information
ozkriff authored Mar 27, 2020
2 parents 91980dc + b20bbe3 commit 8eca07e
Show file tree
Hide file tree
Showing 34 changed files with 722 additions and 2,637 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get -yq --no-install-suggests --no-install-recommends install libasound2-dev libudev-dev
sudo apt-get -yq --no-install-suggests --no-install-recommends install libx11-dev libxi-dev libgl1-mesa-dev
- name: Install rust
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
include:
- build: Linux
os: ubuntu-latest
packages: libasound2-dev libudev-dev
packages: libx11-dev libxi-dev libgl1-mesa-dev
- build: macOS
os: macOS-latest
- build: Win32
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:

include:
- os: ubuntu-latest
packages: libasound2-dev libudev-dev
packages: libx11-dev libxi-dev libgl1-mesa-dev

steps:
- name: Checkout
Expand Down
Loading

0 comments on commit 8eca07e

Please sign in to comment.