Skip to content

Commit

Permalink
Use KSC 0.10 to compile the format specs
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Jul 9, 2022
1 parent b996fbe commit 9642768
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/checksums
Original file line number Diff line number Diff line change
@@ -1 +1 @@
de8f480bdc7f0d19863c54b0d42c47eed7db1bde6aeabccdca0327d99eef6f3b *kaitai-struct-compiler_0.9_all.deb
2d8d9a4f72fa348bfff6f85a1b01802485bf20003f03e254ae37ffa362fdd398 *kaitai-struct-compiler_0.10_all.deb
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9642768

Please sign in to comment.