aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/install.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/install.yml')
-rw-r--r--.github/workflows/install.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml
new file mode 100644
index 00000000..025fe23c
--- /dev/null
+++ b/.github/workflows/install.yml
@@ -0,0 +1,18 @@
+name: Install
+
+on:
+ workflow_dispatch:
+ schedule: [cron: "40 1 * * *"]
+ push: {tags: ['*']}
+
+permissions: {}
+
+env:
+ RUSTFLAGS: -Dwarnings
+
+jobs:
+ install:
+ name: Install
+ uses: dtolnay/.github/.github/workflows/check_install.yml@master
+ with:
+ crate: cxxbridge-cmd