Skip to content

Commit

Permalink
Fix 24.04 build
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Dec 10, 2024
1 parent 730cf7e commit ff404b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,22 @@ on:
required: false
type: string


env:
PYTHON_VERSION: "3.10.6" # keep in sync with vss-tools
# Note: Currently cyclonedds does not support 3.11

jobs:
buildtest:
name: Build Test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: pip

- name: Install vss-tools dependencies
run: |
Expand Down

0 comments on commit ff404b8

Please sign in to comment.