Skip to content

Commit

Permalink
Update haupt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouncner authored Jun 14, 2024
1 parent b214728 commit b3a3969
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/haupt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
run: |
mkdir -p hyrise_master/rel
pushd hyrise_master/rel > /dev/null
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_UNITY_BUILD=ON -DHYRISE_RELAXED_BUILD=ON ..
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_UNITY_BUILD=ON ..
cmake --build . --target hyriseServer
popd > /dev/null
Expand Down Expand Up @@ -343,8 +343,6 @@ jobs:
echo "COMPARISON_CORE_COUNT=${{ needs.database_comparison.outputs.core_count }}" >> $GITHUB_ENV
echo "COMPARISON_CLIENT_COUNT=${{ needs.database_comparison.outputs.client_count }}" >> $GITHUB_ENV
ls -lisa results_to_plot
# Install R packages (install action did not work with act)
- name: Install dependencies
run: |
Expand Down

0 comments on commit b3a3969

Please sign in to comment.