Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Oct 5, 2023
1 parent cc53575 commit ae31e7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 36 deletions.
6 changes: 0 additions & 6 deletions .dockerignore

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest]
version: [2022.3.0, 2023.0.1, 2023.1.0]
apt: [false]
# We also check that things work when installing from APT by adding to the matrix: see
# We also spot-check that things work when installing from APT by adding to the matrix: see
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations
include:
- os: ubuntu-20.04
version: 2022.3.0
apt: true
env:
RUST_LOG: debug
Expand Down Expand Up @@ -92,7 +93,7 @@ jobs:
# the OpenCV dependency is a bit fragile so the crate is not included by the default workspace
# commands.
converter:
name: Converter tool
name: Check converter tool
runs-on: ubuntu-20.04
defaults:
run:
Expand Down
28 changes: 0 additions & 28 deletions Dockerfile

This file was deleted.

0 comments on commit ae31e7a

Please sign in to comment.