Skip to content

Commit

Permalink
command order
Browse files Browse the repository at this point in the history
  • Loading branch information
vhavlena committed Jan 5, 2025
1 parent a5491f8 commit 19a8b18
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/js-binding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Check out repository code
uses: actions/checkout@v3

- name: Setup emscripten
uses: mymindstorm/setup-emsdk@v14
with:
Expand All @@ -52,10 +55,9 @@ jobs:
cd mata
mkdir build && cd build
emcmake cmake -DCMAKE_BUILD_TYPE=Release -DMATA_BUILD_EXAMPLES:BOOL=OFF -DBUILD_TESTING:BOOL=OFF ..
sudo emmake make install
emmake make install
- name: Check out repository code
uses: actions/checkout@v3

- name: Setup emscripten
uses: mymindstorm/setup-emsdk@v14
Expand Down

0 comments on commit 19a8b18

Please sign in to comment.