Update bridge.yml
Fix bridge.yml: Update ca-certificates before sudo apt update. Error before update: Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verification.
This commit is contained in:
parent
a797e4e47d
commit
c3b835c8d4
4
.github/workflows/bridge.yml
vendored
4
.github/workflows/bridge.yml
vendored
@ -1,5 +1,6 @@
|
||||
# This yaml shares the build bridge steps with ci and nightly.
|
||||
name: Build flutter-rust-bridge
|
||||
# 2023-04-19 15:48:00+00:00
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
@ -22,6 +23,7 @@ jobs:
|
||||
|
||||
- name: Install prerequisites
|
||||
run: |
|
||||
sudo apt install ca-certificates -y
|
||||
sudo apt update -y
|
||||
sudo apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang cmake libclang-dev ninja-build llvm-dev libclang-10-dev llvm-10-dev pkg-config
|
||||
|
||||
@ -70,4 +72,4 @@ jobs:
|
||||
./src/bridge_generated.rs
|
||||
./src/bridge_generated.io.rs
|
||||
./flutter/lib/generated_bridge.dart
|
||||
./flutter/lib/generated_bridge.freezed.dart
|
||||
./flutter/lib/generated_bridge.freezed.dart
|
||||
|
Loading…
x
Reference in New Issue
Block a user