Skip to content

Commit

Permalink
widen builders
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Jan 30, 2024
1 parent ae073ad commit 75db858
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,9 @@ on:
# pull_request:
# branches: [ "main" ]

# Always use bash
defaults:
run:
shell: bash

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# Checks if LLVM needs to be built or not
check_llvm:
runs-on: pcl-tiergarten
build_tpp_mlir:
runs-on: [pcl-tiergarten, desktop]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 75db858

Please sign in to comment.