File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ concurrency:
2222
2323jobs :
2424 build :
25- runs-on : ubuntu-20 .04
25+ runs-on : ubuntu-22 .04
2626 steps :
2727 - name : Checkout
2828 uses : actions/checkout@v3
3131
3232 - name : Create Build Environment
3333 run : |
34- # Work around the somewhat broken packages in the GitHub Actions Ubuntu 20.04 image.
35- # https://github.com/actions/runner-images/issues/4620#issuecomment-981333260
36- sudo apt-get -y install --allow-downgrades libpcre2-8-0=10.34-7
3734 Packaging/nix/debian-cross-aarch64-prep.sh
3835
3936 - name : Cache CMake build folder
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ concurrency:
2222
2323jobs :
2424 build :
25- runs-on : ubuntu-20 .04
25+ runs-on : ubuntu-22 .04
2626 steps :
2727 - name : Checkout
2828 uses : actions/checkout@v3
3131
3232 - name : Create Build Environment
3333 run : |
34- # Work around the somewhat broken packages in the GitHub Actions Ubuntu 20.04 image.
35- # https://github.com/actions/runner-images/issues/4620#issuecomment-981333260
36- sudo apt-get -y install --allow-downgrades libpcre2-8-0=10.34-7
3734 Packaging/nix/debian-cross-i386-prep.sh
3835
3936 - name : Cache CMake build folder
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ concurrency:
2222
2323jobs :
2424 build :
25- runs-on : ubuntu-20 .04
25+ runs-on : ubuntu-22 .04
2626 steps :
2727 - name : Checkout
2828 uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set(BUILD_HOST_SELFTEST OFF)
55include (FetchContent )
66FetchContent_Declare (libzt
77 GIT_REPOSITORY https://github.com/diasurgical/libzt.git
8- GIT_TAG d6c6a069a5041a3e89594c447ced3f15d77618b8 )
8+ GIT_TAG 72a518bcf7d87e32f718ca612ce2c8303ceedd12 )
99FetchContent_MakeAvailableExcludeFromAll (libzt )
1010
1111if (NOT ANDROID )
You can’t perform that action at this time.
0 commit comments