Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timosachsenberg authored Apr 16, 2024
1 parent 373b903 commit a1c84a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
# TODO use appropriate number of cores
- name: Build contrib
run: |
mkdir $GITHUB_WORKSPACE/contrib-build
cd $GITHUB_WORKSPACE/contrib-build
mkdir ${{ github.workspace }}/contrib-build
cd ${{ github.workspace }}/contrib-build
cmake ${{matrix.CMAKE_ARGS}} -DBUILD_TYPE=ALL -DNUMBER_OF_JOBS=4 ${{ github.workspace }}/contrib
cmake ${{matrix.CMAKE_ARGS}} -DBUILD_TYPE=OPENMP -DNUMBER_OF_JOBS=4 ${{ github.workspace }}/contrib
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Clean build
shell: bash
run: |
cd $GITHUB_WORKSPACE/contrib-build
cd ${{ github.workspace }}/contrib-build
rm -rf archives
rm -rf src
rm -rf CMakeFiles
Expand Down

0 comments on commit a1c84a5

Please sign in to comment.