Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Nov 28, 2024
1 parent fa46719 commit fd51486
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ jobs:
- if: ${{ matrix.artifact-name == 'win32' }}
uses: blinemedical/setup-gstreamer@v1
with:
version: '1.24.9'
arch: 'x86'
- if: ${{ matrix.artifact-name != 'win32' }}
uses: blinemedical/setup-gstreamer@v1
with:
version: '1.24.9'
- run: cargo build --release
- if: ${{ matrix.tar }}
run: |
Expand Down Expand Up @@ -89,6 +92,8 @@ jobs:
- if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get update && sudo apt-get install -y gcc libxcb-composite0-dev libgtk-3-dev
- uses: blinemedical/setup-gstreamer@v1
with:
version: '1.24.9'
- run: cargo test

lint:
Expand All @@ -109,5 +114,7 @@ jobs:
- if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get update && sudo apt-get install -y gcc libxcb-composite0-dev libgtk-3-dev
- uses: blinemedical/setup-gstreamer@v1
with:
version: '1.24.9'
- run: cargo fmt --all -- --check
- run: cargo clippy --workspace -- --deny warnings

0 comments on commit fd51486

Please sign in to comment.