Skip to content

Commit 47a8f5e

Browse files
committed
Pin Corrosion to 0.5.2
1 parent be83ff0 commit 47a8f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
- name: Build and install Corrosion
160160
run: |
161161
cd ..
162-
git clone https://github.com/corrosion-rs/corrosion
162+
git clone -b v0.5.2 https://github.com/corrosion-rs/corrosion
163163
cmake -S corrosion -B corrosion/build $CMAKE_ARGS
164164
cmake --build corrosion/build --target install
165165

0 commit comments

Comments
 (0)