Skip to content

Commit 2a9fddc

Browse files
committed
Update
1 parent 44b1027 commit 2a9fddc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/validate-generated-code.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
override: true
3737
profile: minimal # Install minimal components for faster setup
3838

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+
3944
- name: Install Solana CLI and Verify build-sbf
4045
run: |
4146
# Use --tlsv1.2 to explicitly specify TLSv1.2, which might resolve SSL handshake issues.

0 commit comments

Comments
 (0)