Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robbietu committed Jun 16, 2023
1 parent ab70cb3 commit 1e2cbb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: set up zmqlib
run: \
wget https://github.com/zeromq/libzmq/releases/download/v4.3.2/zeromq-4.3.2.zip
curl -o zeromq-4.3.2.zip https://github.com/zeromq/libzmq/releases/download/v4.3.2/zeromq-4.3.2.zip
unzip zeromq-4.3.2.zip
cd zeromq-4.3.2
mkdir build
Expand All @@ -40,7 +40,7 @@ jobs:

- name: set up cppzmq
run: \
wget https://github.com/zeromq/cppzmq/archive/v4.6.0.zip
curl -o v4.6.0.zip https://github.com/zeromq/cppzmq/archive/v4.6.0.zip
unzip v4.6.0.zip
cd 4.6.0
mkdir build
Expand Down

0 comments on commit 1e2cbb3

Please sign in to comment.