Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
huizheng278 committed Jun 27, 2023
1 parent 9b6d0a3 commit f12014d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ blocks:
- export LD_LIBRARY_PATH="$HOME/confluent-kafka-go/tmp-build/lib"
- export DYLD_LIBRARY_PATH="$HOME/confluent-kafka-go/tmp-build/lib"
- wget -qO - https://packages.confluent.io/deb/5.4/archive.key | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://packages.confluent.io/deb/5.4 stable main"
- sudo add-apt-repository -y "deb [arch=amd64] https://packages.confluent.io/deb/5.4 stable main"
- sudo apt-get update -q
- sudo apt-get install confluent-librdkafka-plugins -y
- rm -rf tmp-build
Expand Down Expand Up @@ -84,7 +84,7 @@ blocks:
- export LD_LIBRARY_PATH="$HOME/confluent-kafka-go/tmp-build/lib"
- export DYLD_LIBRARY_PATH="$HOME/confluent-kafka-go/tmp-build/lib"
- wget -qO - https://packages.confluent.io/deb/5.4/archive.key | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://packages.confluent.io/deb/5.4 stable main"
- sudo add-apt-repository -y "deb [arch=amd64] https://packages.confluent.io/deb/5.4 stable main"
- sudo apt-get update -q
#- sudo apt-get install confluent-librdkafka-plugins -y
- rm -rf tmp-build
Expand Down

0 comments on commit f12014d

Please sign in to comment.