Skip to content

Commit

Permalink
Merge pull request #1 from funcountry/fix_abseil
Browse files Browse the repository at this point in the history
feat: Update abseil-cpp version to 20240722.0
  • Loading branch information
aelaguiz authored Aug 7, 2024
2 parents 7ff9e28 + d190650 commit 50d5bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_spiel/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fi

DIR="open_spiel/abseil-cpp"
if [[ ! -d ${DIR} ]]; then
cached_clone -b '20230125.0' --single-branch --depth 1 https://github.com/abseil/abseil-cpp.git ${DIR}
cached_clone -b '20240722.0' --single-branch --depth 1 https://github.com/abseil/abseil-cpp.git ${DIR}
fi

DIR="open_spiel/pybind11_abseil"
Expand Down

0 comments on commit 50d5bae

Please sign in to comment.