We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7402046 commit 6e56c29Copy full SHA for 6e56c29
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- name: Update binaries
34
run: |
35
- sudo xcode-select -switch /Applications/Xcode_12.2.app || true
+ sudo xcode-select -switch /Applications/Xcode_13.1.app || true
36
sudo apt update || true
37
sudo apt install -y g++-aarch64-linux-gnu || true
38
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
0 commit comments