Skip to content

Commit

Permalink
grab from ohdevtools master
Browse files Browse the repository at this point in the history
  • Loading branch information
KGrzeg committed Sep 6, 2021
1 parent 2c3837a commit e7c73f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
pip install boto3
conan install . --build=missing
git clone https://github.com/merakiacoustic/ohdevtools ../ohdevtools -b fix-external-deps
git clone https://github.com/merakiacoustic/ohdevtools ../ohdevtools
./go fetch ohNet
mkdir -p dependencies/AnyPlatform
git clone https://github.com/merakiacoustic/ohWafHelpers.git -b enable-upstream-libressl dependencies/AnyPlatform/ohWafHelpers
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
pip install boto3
conan install . --build=missing
git clone https://github.com/merakiacoustic/ohdevtools ../ohdevtools -b fix-external-deps
git clone https://github.com/merakiacoustic/ohdevtools ../ohdevtools
./go fetch ohNet
mkdir -p dependencies/AnyPlatform
git clone https://github.com/merakiacoustic/ohWafHelpers.git -b enable-upstream-libressl dependencies/AnyPlatform/ohWafHelpers
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
run: |
pip install boto3
conan install . --build=missing
git clone https://github.com/merakiacoustic/ohdevtools ../ohdevtools -b fix-external-deps
git clone https://github.com/merakiacoustic/ohdevtools ../ohdevtools
./go fetch ohNet
mkdir -p dependencies/AnyPlatform
git clone https://github.com/merakiacoustic/ohWafHelpers.git -b enable-upstream-libressl dependencies/AnyPlatform/ohWafHelpers
Expand Down

0 comments on commit e7c73f4

Please sign in to comment.