Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Nov 3, 2023
1 parent d713a6b commit 3e79fce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ jobs:
name: "${{matrix.os}}-${{matrix.cxx}}-${{matrix.build}}-${{matrix.arch}}${{matrix.suffix}}"
runs-on: ${{matrix.os}}
steps:
- name: Dispatch Trigger
if: ${{ startsWith(github.event.action, 'Dependency') }}
run: >
echo "Triggered by dependency: ${{github.event.client_payload.cause}}"
- name: Clone
uses: actions/checkout@v3

Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ if(PROJECT_IS_TOP_LEVEL OR NOT LANGULUS)
)

# Add Langulus::Core/Logger/RTTI libraries
fetch_langulus_module(Core GIT_TAG d52feac3e995e3eeac44fadd7812361919b73a11)
fetch_langulus_module(Logger GIT_TAG 3314fbe3bf5611a5bd9ee649f2a6ba5c43f6b4c4)
fetch_langulus_module(RTTI GIT_TAG 8c735514612820f76da494421baccaaea0d4d5e1)
fetch_langulus_module(Core GIT_TAG 0097bd180a5c625f88db0db0514bbf93aff53c7a)
fetch_langulus_module(Logger GIT_TAG b63513abb9fb3014107335949e17e41e6e8a334b)
fetch_langulus_module(RTTI GIT_TAG f7c610255b819b99a6adcdefa970387490093c25)
endif()

if (NOT LANGULUS_FEATURE_MANAGED_MEMORY)
Expand Down

0 comments on commit 3e79fce

Please sign in to comment.