Skip to content

Commit

Permalink
[driver/labjack] remove bazel clean from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lham42 committed Oct 21, 2024
1 parent 0ca6487 commit 52cfc58
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy.synnax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,6 @@ jobs:
cmake --build . --config RelWithDebInfo --target install
working-directory: driver/vendor/open62541/open62541

- name: Bazel Clean
if: needs.setup.outputs.changed == 'true'
run: |
if [ "${{ matrix.platform }}" = "windows-latest" ]; then
bazel --output_user_root=C:/tmp clean
else
bazel clean
fi
- name: Build Driver on Windows
if: matrix.platform == 'windows-latest' && needs.setup.outputs.changed == 'true'
run: bazel --output_user_root=C:/tmp build --enable_platform_specific_config //driver:driver_main --define use_ni=true
Expand Down

0 comments on commit 52cfc58

Please sign in to comment.