Skip to content

Commit

Permalink
Linux temp environment
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Nov 17, 2024
1 parent f01ef47 commit 0920ebb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: Preparation
run: sudo apt install libgtest-dev

- name: Temp Environment Variable
run: |
mkdir -p ${{github.workspace}}/temp
echo "TEMP=${{github.workspace}}/temp" >> "$GITHUB_ENV"
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_INSTALL_PREFIX=${{env.INSTALL_LOCATION}}

Expand Down

0 comments on commit 0920ebb

Please sign in to comment.