diff --git a/.github/checksums b/.github/checksums index 27cb5ef14..41bfd95b5 100644 --- a/.github/checksums +++ b/.github/checksums @@ -1 +1 @@ -de8f480bdc7f0d19863c54b0d42c47eed7db1bde6aeabccdca0327d99eef6f3b *kaitai-struct-compiler_0.9_all.deb +2d8d9a4f72fa348bfff6f85a1b01802485bf20003f03e254ae37ffa362fdd398 *kaitai-struct-compiler_0.10_all.deb diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a77e2677..a94f81662 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,9 +21,9 @@ jobs: - name: Install deps run: | sudo apt-get update - curl -fsSL -O https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/0.9/kaitai-struct-compiler_0.9_all.deb + curl -fsSL -O https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/0.10/kaitai-struct-compiler_0.10_all.deb sha256sum --check --warn .github/checksums - sudo apt-get install ./kaitai-struct-compiler_0.9_all.deb + sudo apt-get install ./kaitai-struct-compiler_0.10_all.deb sudo apt-get install --no-install-recommends -y \ git ssh \ locales \