File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -97,21 +97,16 @@ jobs:
9797 with :
9898 distribution : Ubuntu-24.04
9999
100- - name : Install Node.js and Bun in WSL
100+ - name : Install Node.js in WSL
101101 shell : wsl-bash {0}
102102 run : |
103103 sudo apt-get update
104104 curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
105- sudo apt-get install -y nodejs unzip
106- curl -fsSL https://bun.sh/install | bash
107- echo 'export BUN_INSTALL="$HOME/.bun"' >> ~/.bashrc
108- echo 'export PATH="$BUN_INSTALL/bin:$PATH"' >> ~/.bashrc
105+ sudo apt-get install -y nodejs
109106
110107 - name : Build and test in WSL
111108 shell : wsl-bash {0}
112109 run : |
113- export BUN_INSTALL="$HOME/.bun"
114- export PATH="$BUN_INSTALL/bin:$PATH"
115110 npm install
116111 npm run build
117112 npm run examples:build
You can’t perform that action at this time.
0 commit comments