Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Jan 27, 2025
1 parent af7316c commit 4be0f71
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ jobs:
path: ~/.cargo
key: ${{ matrix.platform.target }}-cargo-stable

- uses: dtolnay/[email protected]
with:
targets: ${{ matrix.platform.target }}
- uses: dtolnay/rust-toolchain@stable

- name: Install Gtk (ubuntu only)
if: matrix.platform.os == 'ubuntu-latest'
Expand All @@ -64,6 +62,10 @@ jobs:
if: contains(matrix.platform.target, 'android')
run: cargo install cargo-apk

- uses: dtolnay/[email protected]
with:
targets: ${{ matrix.platform.target }}

- name: Check documentation
shell: bash
run: cargo $CMD doc --no-deps --target ${{ matrix.platform.target }} $OPTIONS --features $FEATURES
Expand Down

0 comments on commit 4be0f71

Please sign in to comment.