Skip to content

Commit

Permalink
Ugh yaml spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMaggio committed Feb 20, 2024
1 parent db9e303 commit 6d63459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mosquitto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up build environment
run: |
run: |
sudo apt-get update
sudo apt-get install -y wget
- name: Get Mosquitto Source
run: |
run: |
wget https://mosquitto.org/files/binary/win64/mosquitto-2.0.18-install-windows-x64.exe
mv mosquitto-2.0.18-install-windows-x64.exe mosquitto.exe
Expand Down

0 comments on commit 6d63459

Please sign in to comment.