commit 199a86a2dc87f0ef35b5de7305ecab3d1e08ad56
parent 2032583a1e5fb28621223ea6f1a1cada8b71835d
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 7 Aug 2024 17:14:03 +0200
Fix incorrect checkout
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -55,7 +55,6 @@ jobs:
run: |
git clone --depth 1 https://github.com/randombit/botan.git
pushd botan
- git checkout release-3
./configure.py --prefix="${{ github.workspace }}/botan-install"
make -j$(nproc)
make install