Skip to content

Commit

Permalink
feat: Add kaitai compiler to GH setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hutcheb committed Apr 3, 2024
1 parent 8358183 commit 6a6ae4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/acd-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
os: [ ubuntu-latest ]
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]

runs-on: ${{ matrix.os }}
Expand All @@ -29,6 +29,8 @@ jobs:
python-version: '${{ matrix.python-version }}'
- name: Install dependencies
run: |
curl -LO https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/0.10/kaitai-struct-compiler_0.10_all.deb
sudo apt-get install ./kaitai-struct-compiler_0.10_all.deb
python -m pip install --upgrade pip
pip install flake8 pytest
pip install . ./[dev]
Expand Down

0 comments on commit 6a6ae4d

Please sign in to comment.