Skip to content

Commit

Permalink
WIP11: Add github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
painfulexistence committed Mar 29, 2024
1 parent fd1a337 commit 4b709be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.github.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
git clone https://github.com/emscripten-core/emsdk.git
${{ github.workspace }}/emsdk/emsdk install latest
${{ github.workspace }}/emsdk/emsdk activate latest
echo "EMSDK="${{ github.workspace }}/emsdk" >> $GITHUB_ENV
echo "EMSDK=${{ github.workspace }}/emsdk" >> $GITHUB_ENV
- name: CMake Configure for Native
if: matrix.platform == 'native'
Expand Down

0 comments on commit 4b709be

Please sign in to comment.