aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturn&Eric <[email protected]>2021-06-20 11:53:24 +0000
committerGitHub <[email protected]>2021-06-20 11:53:24 +0000
commit6b88d10bed73b554bc2cd166ae4ae91e955a82be (patch)
tree7fca9ce3e0f7b7b50d082d0d7e55774818ef11f1
parentFix cmake.yml For Windows Build. (diff)
downloadGpgFrontend-6b88d10bed73b554bc2cd166ae4ae91e955a82be.tar.gz
GpgFrontend-6b88d10bed73b554bc2cd166ae4ae91e955a82be.zip
Update cmake.yml
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index f37c6591..fb11c6a0 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -75,7 +75,7 @@ jobs:
- name: Configure CMake (Windows)
shell: msys2 {0}
run: |
- cd $(echo "/${github.workspace}" | sed 's/\\/\//g' | sed 's/://')
+ cd $(echo "/${{github.workspace}}" | sed 's/\\/\//g' | sed 's/://')
mkdir build && cd build
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DEXECUTABLE_OUTPUT_PATH=${{env.EXECUTABLE_OUTPUT_PATH}} ..
if: matrix.os == 'windows-latest'