Skip to content

Commit

Permalink
Fix riscv64 compile [skip skia]
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Nov 19, 2024
1 parent 13e6060 commit 9112ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
sudo apt-get install gcc-riscv64-linux-gnu g++-riscv64-linux-gnu -y
export CC=riscv64-linux-gnu-gcc
export CXX=riscv64-linux-gnu-g++
yarn build --target riscv64-unknown-linux-gnu
yarn build --target riscv64gc-unknown-linux-gnu
name: stable - ${{ matrix.settings.target }} - node@20
runs-on: ${{ matrix.settings.host }}
Expand Down

0 comments on commit 9112ece

Please sign in to comment.