diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index f5239e8..a1b2a29 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -6,13 +6,13 @@ jobs: steps: - run: apt update - name: Install prerequisites - run: apt install -y git + run: apt install -y git ca-certificates - name: Install toolchain run: apt install --no-install-recommends -y gcc-x86-64-linux-gnu gcc-aarch64-linux-gnu make - name: Install dependencies run: apt install --no-install-recommends -y libelf-dev - name: Clone repository - run: git clone git@git.m724.eu:Minecon724/crisc.git . + run: git clone https://git.m724.eu/Minecon724/crisc . - name: Package for x86_64 run: CC=x86_64-linux-gnu-gcc PROGRAM_NAME=crisc-x86_64 make - name: Package for aarch64