Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-Q committed Apr 21, 2024
1 parent 827519e commit f17e157
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
with:
node-version: 20

# - name: Install Emscripten
# if: matrix.os == 'ubuntu-latest'
# run: |
# sudo apt-get update
# sudo apt-get install -y emscripten
#
# - name: Install Emscripten
# if: matrix.os == 'macos-latest'
# run: |
# brew install emscripten
- name: Install Emscripten
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y emscripten
- name: Install Emscripten
if: matrix.os == 'macos-latest'
run: |
brew install emscripten
- name: Build Code
run: |
Expand Down

0 comments on commit f17e157

Please sign in to comment.