Skip to content

Commit

Permalink
ci: fix tarantool release branch
Browse files Browse the repository at this point in the history
It was renamed in main tarantool repository. We need to update it
as well.
  • Loading branch information
olegrok committed Mar 11, 2024
1 parent 1a42a9f commit 825579a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asan_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
export CXX=clang++
git clone https://github.com/tarantool/tarantool
cd tarantool
git checkout 2.10
git checkout release/2.11
export LSAN_OPTIONS=suppressions=${PWD}/asan/lsan.supp
cmake . -DENABLE_ASAN=ON -DENABLE_DIST=ON
make -j16
Expand Down

0 comments on commit 825579a

Please sign in to comment.