Skip to content

Commit

Permalink
Wrong command order
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanradanov committed Jan 12, 2024
1 parent 8db09ef commit a9fe0ab
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 @@ -33,6 +33,9 @@ jobs:
path: src
submodules: 'recursive'

- name: add dependencies
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: Cache Pluto
id: cache-pluto
uses: actions/cache@v3
Expand Down Expand Up @@ -63,9 +66,6 @@ jobs:
path: mlir-build
key: ${{ matrix.build }}-${{ matrix.os }}-mlir-${{ steps.getversion.outputs.version }}

- name: add dependencies
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: MLIR build
if: steps.cache-mlir.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit a9fe0ab

Please sign in to comment.