Commit df51b8d1 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Merge branch...

Merge branch 'amiranda/104-build-breaks-due-to-missing-tl-expected-commit-job-failed-30188' into 'main'

Resolve "Build breaks due to missing `tl::expected` commit (Job Failed #30188)"

Closes #104

See merge request !72
parents 779a4105 f6cf8882
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -248,7 +248,7 @@ set(EXPECTED_BUILD_TESTS OFF)
FetchContent_Declare(
  expected
  GIT_REPOSITORY https://github.com/TartanLlama/expected
  GIT_TAG 96d547c03d2feab8db64c53c3744a9b4a7c8f2c5 # latest
  GIT_TAG b74fecd4448a1a5549402d17ddc51e39faa5020c # latest
  GIT_SHALLOW ON
  GIT_PROGRESS ON
)