Skip to content

Commit

Permalink
Github flow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanradanov committed Dec 11, 2023
1 parent 1510893 commit da8784d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: sudo apt-get install -y llvm-15-tools ninja-build libbison-dev libtool libgmp-dev #libflex-dev cmake binutils-gold binutils binutils-dev ${{ matrix.compiler }} ${{ matrix.linker-pkg }}

- name: Pluto build
if: steps.cache-pluto.outputs.cache-hit != 'true' && ${{ matrix.polymer }} == "1"
if: steps.cache-pluto.outputs.cache-hit != 'true' && matrix.polymer == '1'
run: |
mkdir -p pluto-build
PATH="/usr/lib/llvm-15/bin/:$PATH" src/tools/polymer/build_polymer_deps.sh $(pwd)/pluto-build
Expand Down Expand Up @@ -86,8 +86,8 @@ jobs:
ninja check-polygeist-opt
ninja check-cgeist
- name: test pluto
if: ${{ matrix.polymer }} == "1"
- name: test polymer
if: matrix.polymer == '1'
run: |
cd build
ninja
Expand Down

0 comments on commit da8784d

Please sign in to comment.