Skip to content

Commit

Permalink
pull out weird variable creation
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMaggio committed Feb 20, 2024
1 parent 982438a commit cce88b3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-mosquitto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
- name: Get Mosquitto Source
run: |
mosquitto_version=${{ github.event.inputs.mosquitto-version }}
wget "https://mosquitto.org/files/source/mosquitto-${{ mosquitto_version }}.tar.gz"
tar xvf "mosquitto-${{ mosquitto_version }}.tar.gz"
mv "mosquitto-${{ mosquitto_version }}" mosquitto
wget "https://mosquitto.org/files/source/mosquitto-${{ github.event.inputs.mosquitto-version }}.tar.gz"
tar xvf "mosquitto-${{ github.event.inputs.mosquitto-version }}.tar.gz"
mv "mosquitto-${{ github.event.inputs.mosquitto-version }}" mosquitto
- name: Build Mosquitto
run: |
Expand Down

0 comments on commit cce88b3

Please sign in to comment.