Skip to content

Commit

Permalink
chore: my bad
Browse files Browse the repository at this point in the history
  • Loading branch information
FL33TW00D committed Jan 20, 2024
1 parent d1dd520 commit dfa525c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ env:

jobs:
build:
runs-on: ubuntu-latest

name: Check (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: (linux) install llvmpipe, lavapipe, vulkan sdk, alsa
Expand Down

0 comments on commit dfa525c

Please sign in to comment.