Skip to content

Commit

Permalink
ci: downgrade cairo native (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat authored Oct 2, 2024
1 parent 0a76b4f commit 6138ec1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/setup_cairo_native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ install_cairo_native_runtime() {
git clone https://github.com/lambdaclass/cairo_native.git
pushd ./cairo_native || exit 1
git fetch
git checkout fix-clone-drop-for-enum-structs
make deps
make runtime
cp libcairo_native_runtime.a ../libcairo_native_runtime.a
Expand Down

0 comments on commit 6138ec1

Please sign in to comment.