Skip to content

Commit

Permalink
CI: Fixed $GITHUB_ENV syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio committed Aug 7, 2024
1 parent 4005a66 commit 8e221c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ctest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
TARGET=${{ matrix.target }}
CONFIG_PRESET=${{ matrix.config_preset }}
TEST_DIR=cmake-build/${{ matrix.cmake_host_system_name }}/cmake-$CONFIG_PRESET
echo "$TEST_DIR" >> $GITHUB_ENV
echo "TEST_DIR=$TEST_DIR" >> $GITHUB_ENV
# Generate build files
- name: "Generate Build Files"
Expand Down

0 comments on commit 8e221c6

Please sign in to comment.