Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoqsh committed Dec 31, 2023
1 parent 7e77890 commit 5dadade
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install mesa
run: |
set -e
sudo apt-get update -y -qq
sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt-get update
glxinfo | grep "OpenGL version"
- name: Build
run: cargo build --verbose
- name: Clippy
Expand Down

0 comments on commit 5dadade

Please sign in to comment.