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 44b1027 commit 2a9fddcCopy full SHA for 2a9fddc
.github/workflows/validate-generated-code.yml
@@ -36,6 +36,11 @@ jobs:
36
override: true
37
profile: minimal # Install minimal components for faster setup
38
39
+ - name: Update CA Certificates
40
+ run: |
41
+ sudo apt-get update
42
+ sudo apt-get install -y ca-certificates # Ensure the latest CA certificates are installed
43
+
44
- name: Install Solana CLI and Verify build-sbf
45
run: |
46
# Use --tlsv1.2 to explicitly specify TLSv1.2, which might resolve SSL handshake issues.
0 commit comments