Skip to content

.github/workflows/rcodesign.yml #468

.github/workflows/rcodesign.yml

.github/workflows/rcodesign.yml #468

Workflow file for this run

on:
push:
branches:
- main
tags-ignore:
- '**'
pull_request:
schedule:
- cron: '12 15 * * *'
workflow_dispatch:
jobs:
exes:
uses: indygreg/actions/.github/workflows/rust-exe.yml@05d9375dd6ae793586e9ffb4be3f8808da28bbac
with:
actions_ref: "05d9375dd6ae793586e9ffb4be3f8808da28bbac"
bin: rcodesign
extra_build_args_macos: '--all-features'
extra_build_args_windows: '--all-features'
just_bootstrap: true
sccache_s3_bucket: apple-platform-rs-sccache
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}