Skip to content

Commit c13fa94

Browse files
author
Tarik Eshaq
authored
Download protoc in CI (#12)
1 parent b530ffb commit c13fa94

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/update-as.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ name: Create a PR for release with the newest A-S version available
44
on:
55
schedule:
66
# Runs every minute of the 3pm UTC hour of each day
7-
- cron: '* 15 * * *'
7+
- cron: '0 15 * * *'
8+
workflow_dispatch:
89

910
jobs:
1011
release-pr:
@@ -68,10 +69,12 @@ jobs:
6869
run: |
6970
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
7071
source $HOME/.cargo/env
71-
- name: Install swiftformat to format the uniffi generated bindings
72+
- name: Install make_tag dependencies
7273
if: env.ALREADY_CREATED == 'false'
7374
run: |
7475
brew install swiftformat
76+
brew install protobuf
77+
brew install swift-protobuf
7578
# We strip away the `v` in the AS Version and run the make_tag
7679
# script, which will generate all the code that needs to be generated
7780
# Note that the tag argument isn't useful here, since we will

0 commit comments

Comments
 (0)