Skip to content

Commit

Permalink
Try to fix a CD bug
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Oct 5, 2023
1 parent 44f9543 commit b99e10b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@ jobs:
- name: Install dependencies
run: >
sudo apt-get update
&& sudo apt-get install -y clang libopencv-dev mold nasm
&& sudo apt-get install -y
build-essential
clang
libclang-dev
llvm-dev
mold
nasm
- name: Replace minio-wasm package into minio
run: sed -i 's/rev *\= *\"5be4686e307b058aa4190134a555c925301c59b2\"\,//g' ./Cargo.toml
Expand Down

0 comments on commit b99e10b

Please sign in to comment.