From 96427681634ba5d5d7bce1c3e442e2ef3af2953f Mon Sep 17 00:00:00 2001 From: Petr Pucil Date: Sun, 10 Jul 2022 00:09:32 +0200 Subject: [PATCH] Use KSC 0.10 to compile the format specs --- .github/checksums | 2 +- .github/workflows/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 \