From 3bc2fa75c2629dd61da619002637391be0ceda36 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Thu, 25 Aug 2022 13:37:36 -0700 Subject: [PATCH] [ci] avoid to use docker image for build compatibility now --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4fe179cad..df36459b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,8 @@ jobs: name: ${{ matrix.config.name }} runs-on: ubuntu-20.04 # Note: dependencies are installed in the container. See details about dependency list in docker/Dockerfile.master - container: ghcr.io/${{ needs.change_detect.outputs.docker_repo }}/openfpga-build-${{ matrix.config.cc}} + # Comment the line out when base image is built again + #container: ghcr.io/${{ needs.change_detect.outputs.docker_repo }}/openfpga-build-${{ matrix.config.cc}} # Branch on different OS and settings strategy: fail-fast: false @@ -116,6 +117,9 @@ jobs: uses: actions/checkout@v2 with: submodules: true + + - name: Install dependencies + run: ./.github/workflows/install_dependencies_build.sh - name: Dump tool versions run: |