Skip to content

Commit

Permalink
fixup! feat(mqtt): add support for MQTT broker functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
activeshadow committed Dec 7, 2023
1 parent e9666b7 commit fed680a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo apt update
sudo apt install -y git wget build-essential cmake libboost-dev libczmq-dev libxml2-dev libzmq5-dev pkg-config python3-dev python3-pip
sudo python3 -m pip install opendssdirect.py~=0.8.4
wget -O /tmp/go.tgz https://golang.org/dl/go1.20.linux-amd64.tar.gz \
wget -O /tmp/go.tgz https://golang.org/dl/go1.21.1.linux-amd64.tar.gz \
&& sudo tar -C /usr/local -xzf /tmp/go.tgz && rm /tmp/go.tgz \
&& sudo ln -s /usr/local/go/bin/* /usr/local/bin
echo "/go/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit fed680a

Please sign in to comment.