Skip to content

Commit

Permalink
Updates to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay committed Sep 23, 2020
1 parent f0a0fb8 commit deb4ec5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: iOS cron CI

on:
schedule:
- cron: '5 1 * * *'
pull_request:
branches: [master]
- cron: '0 2 * * *'

env:
CARGO_TERM_COLOR: always
Expand All @@ -26,8 +24,10 @@ jobs:
target
key: ${{ runner.os }}-cargo-check-test-${{ matrix.toolchain }}-${{ hashFiles('**/Cargo.lock') }}

- name: Install cargo-lipo
run: cargo install cargo-lipo
- uses: actions-rs/[email protected]
with:
crate: cargo-lipo
version: latest

- name: Add iOS targets
run: rustup target add aarch64-apple-ios x86_64-apple-ios
Expand Down

0 comments on commit deb4ec5

Please sign in to comment.