Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWielanek authored Feb 21, 2024
1 parent 511e66e commit 6b2f542
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ env:


jobs:
env:
working_directory: ./soft
build:
runs-on: ${{ matrix.os }}

Expand All @@ -31,8 +33,7 @@ jobs:
os: [ubuntu-latest]
build_type: [Release]
c_compiler: [gcc, clang]
env:
working_directory: ./soft

steps:
- name: Install ROOT
shell: bash
Expand Down

0 comments on commit 6b2f542

Please sign in to comment.