Skip to content

Commit

Permalink
Remove echo PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Jan 27, 2024
1 parent 23e74b8 commit 911fd38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci_unit_tests_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
- name: Install nextest-rs/nextest
uses: taiki-e/install-action@nextest
- run: |
echo $PATH
if [[ ${{ needs.prologue.outputs.os_skip }} == run ]] && [[ ${{ needs.prologue.outputs.job_skip }} == run ]];then
devtools/ci/ci_main.sh
else
Expand Down

0 comments on commit 911fd38

Please sign in to comment.