Skip to content

Commit

Permalink
(fix) ci: final fix, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
xTrayambak committed Jan 21, 2025
1 parent aa65d8e commit 84f5e5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/ci.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/test262.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
git clone https://github.com/simdutf/simdutf && cd simdutf && cmake . && sudo make install -j$(nproc) && cd .. &&
./init.sh --yes &&
export PATH="$HOME/.nimble/bin:$PATH" &&
nimble build --define:release --define:speed --out:./ &&
ls bin/
Expand Down

0 comments on commit 84f5e5a

Please sign in to comment.