Skip to content

Commit

Permalink
Merge pull request #366 from cryptogarageinc/fix/script-parse-error
Browse files Browse the repository at this point in the history
feat: upgrade cfd-core version
  • Loading branch information
k-matsuzawa authored Mar 24, 2023
2 parents 967ec6f + 2af421c commit efc22f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create_release-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- name: output url
id: get_url
run: echo "upload_url=${{ needs.create_releases.outputs.release_url }}" >> $GITHUB_OUTPUT
shell: bash
- name: Get the version
id: get_version
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if(CFDCORE_TARGET_VERSION)
set(CFDCORE_TARGET_TAG ${CFDCORE_TARGET_VERSION})
message(STATUS "[external project local] cfd-core target=${CFDCORE_TARGET_VERSION}")
else()
set(CFDCORE_TARGET_TAG v0.4.4)
set(CFDCORE_TARGET_TAG v0.4.6)
endif()
if(CFDCORE_TARGET_URL)
set(CFDCORE_TARGET_REP ${CFDCORE_TARGET_URL})
Expand Down
4 changes: 2 additions & 2 deletions local_resource/external_project_local_setting.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CFD_VERSION=0.4.8
CFDCORE_TARGET_VERSION=refs/tags/v0.4.5
CFD_VERSION=0.4.9
CFDCORE_TARGET_VERSION=refs/tags/v0.4.6
LIBWALLY_TARGET_VERSION=refs/tags/cfd-0.4.8
CFDCORE_TARGET_URL=cryptogarageinc/cfd-core.git

0 comments on commit efc22f5

Please sign in to comment.