diff --git a/.github/workflows/native-compile-linux.yml b/.github/workflows/native-compile-linux.yml index 0203ed4cd59261cb9b65bf285fa78f195f7a76fe..2caac87883f39f8f06780bb93468ca328843ff22 100644 --- a/.github/workflows/native-compile-linux.yml +++ b/.github/workflows/native-compile-linux.yml @@ -51,7 +51,7 @@ jobs: name: gen files path: | ${{ github.workspace }}/native/conan/build - ${CONAN_USER_HOME} + ${{CONAN_USER_HOME}} #- run: conan profile new default --detect && conan profile show default && conan profile update settings.compiler.libcxx=libstdc++11 default - name: Download external libraries shell: bash diff --git a/.github/workflows/native-compile-platforms.yml b/.github/workflows/native-compile-platforms.yml index 38a4251b6da3dc65dbf0b2dfa3181cb683263163..b300330cdb5adb2242bea5603368c0f29246beda 100644 --- a/.github/workflows/native-compile-platforms.yml +++ b/.github/workflows/native-compile-platforms.yml @@ -39,7 +39,7 @@ jobs: name: gen files path: | ${{ github.workspace }}/native/conan/build - ${CONAN_USER_HOME} + ${{CONAN_USER_HOME}} - name: Download external libraries shell: bash run: |