Skip to content

Commit

Permalink
ci: Bump tools/bpak deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasblixt committed Apr 14, 2023
1 parent d5e3cee commit 207e2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
sudo apt-get install autoconf-archive qemu-system-arm libusb-1.0-0 libusb-1.0-0-dev uuid-dev gcc-arm-none-eabi cmake uuid-runtime python3-dev libmbedtls-dev liblzma-dev uuid-dev
- name: Build BPAK
run: |
git clone https://github.com/jonasblixt/bpak --depth 1 --branch v0.8.6
git clone https://github.com/jonasblixt/bpak --depth 1 --branch v0.9.3
pushd bpak
cmake .
make
Expand All @@ -22,7 +22,7 @@ jobs:
popd
- name: Build punchboot-tools
run: |
git clone https://github.com/jonasblixt/punchboot-tools --depth 1 --branch v0.3.1
git clone https://github.com/jonasblixt/punchboot-tools --depth 1 --branch v1.0.0
pushd punchboot-tools
cmake -DPB_TOOLS_BUILD_SOCKET=1 .
make
Expand Down

0 comments on commit 207e2e8

Please sign in to comment.