Skip to content

Commit

Permalink
Cleaned setup-libutfcpp.cmake script; update GHA action version in li…
Browse files Browse the repository at this point in the history
…nt workflow

S
  • Loading branch information
maxirmx committed Jan 28, 2024
1 parent dfd14a2 commit 5d3706c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x
6 changes: 1 addition & 5 deletions cmake-scripts/setup-libutfcpp.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2023 [Ribose Inc](https://www.ribose.com).
# Copyright (c) 2022-2024 [Ribose Inc](https://www.ribose.com).
# All rights reserved.
# This file is a part of tebako
#
Expand Down Expand Up @@ -54,7 +54,3 @@ ExternalProject_Add(${LIBUTFCPP_PRJ}
BINARY_DIR ${LIBUTFCPP_BINARY_DIR}
BUILD_BYPRODUCTS ${__LIBUTFCPP}
)

#add_library(_LIBUTFCPP STATIC IMPORTED)
#set_target_properties(_LIBUTFCPP PROPERTIES IMPORTED_LOCATION ${__LIBUTFCPP})
#add_dependencies(_LIBUTFCPP ${LIBUTFCPP_PRJ})

0 comments on commit 5d3706c

Please sign in to comment.