1name: Install 2 3on: 4 workflow_dispatch: 5 schedule: [cron: "40 1 * * *"] 6 push: {tags: ['*']} 7 8permissions: {} 9 10env: 11 RUSTFLAGS: -Dwarnings 12 13jobs: 14 install: 15 name: Install 16 uses: dtolnay/.github/.github/workflows/check_install.yml@master 17 with: 18 crate: cxxbridge-cmd 19