From 67df43bfc8ff2ff63644a6534e0221177d76100f Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Fri, 4 Aug 2023 18:09:54 +0200 Subject: [PATCH] checkout action seems not to like commit hash. Using tag. --- .github/workflows/regression.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 57d83857..8af54862 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -22,7 +22,7 @@ jobs: with: repository: YosysHQ/yosys path: coriolis-2.x/src/yosys - ref: 69cbef966 + ref: yosys-0.24 - name: Update APT cache run: sudo apt-get update - name: Install software dependencies @@ -38,7 +38,7 @@ jobs: run: | cd ${{ github.workspace }}/coriolis-2.x/src/yosys make ENABLE_PYOSYS=1 config-gcc - make ENABLE_PYOSYS=1 GIT_REV=69cbef966 PREFIX=${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install install + make ENABLE_PYOSYS=1 PREFIX=${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install install - name: Check for binaries run: ls ${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install/bin - name: Build Alliance