Skip to content

Commit

Permalink
WIP: skip mosquitto verification in windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcothaller committed Nov 8, 2024
1 parent abdbdc3 commit ff5c794
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
# $env:Path += ";C:\Program Files\mosquitto"
# Write-Host "PATH updated for mosquitto."

- name: Verify Mosquitto Installation
run: |
$ErrorActionPreference = 'Continue'
& "C:\Program Files\mosquitto\mosquitto.exe" -h
shell: pwsh
# - name: Verify Mosquitto Installation
# run: |
# $ErrorActionPreference = 'Continue'
# & "C:\Program Files\mosquitto\mosquitto.exe" -h
# shell: pwsh

- name: Download Slint (Windows)
run: |
Expand Down

0 comments on commit ff5c794

Please sign in to comment.