Skip to content

Commit

Permalink
fix: Windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
LeandroSQ committed Feb 2, 2024
1 parent ec79a48 commit 3894ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Export Emscripten environment (Windows)
if: matrix.target == 'web' && matrix.os == 'windows-latest'
run: |
echo "EMSDK_ROOT='$EMSDK\\upstream\\emscripten'" >> $env:GITHUB_ENV
echo "EMSDK_INCLUDE_ROOT='$EMSDK\\upstream\\emscripten\\cache\\sysroot\\include'" >> $env:GITHUB_ENV
echo "EMSDK_ROOT=$EMSDK/upstream/emscripten" >> $env:GITHUB_ENV
echo "EMSDK_INCLUDE_ROOT=$EMSDK/upstream/emscripten/cache/sysroot/include" >> $env:GITHUB_ENV
- name: Define compiler
if: matrix.os != 'ubuntu-latest' || matrix.target == 'desktop'
Expand Down

0 comments on commit 3894ee1

Please sign in to comment.