summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d39854f8..453c8a79 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: CI
on:
schedule:
- - cron: '0 2 * * *' # run at 2 AM UTC
+ - cron: '0 2 * * *'
push:
branches: [ '*' ]
pull_request:
@@ -78,8 +78,8 @@ jobs:
run: |
cargo install cargo-wix --version 0.3.3
cargo wix --version
- cargo wix -p gitui --no-build --nocapture --output ./target/wix/gitui.msi
- ls -l ./target/wix/gitui.msi
+ cargo wix -p gitui --no-build --nocapture --output ./target/wix/gitui-win.msi
+ ls -l ./target/wix/gitui-win.msi
build-linux-musl:
runs-on: ubuntu-latest
@@ -103,7 +103,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
targets: x86_64-unknown-linux-musl
-
+
# The build would fail without manually installing the target.
# https://github.com/dtolnay/rust-toolchain/issues/83
- name: Manually install target
@@ -219,10 +219,10 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
-
+
- name: build cargo-udeps
run: cargo install --git https://github.com/est31/cargo-udeps --locked
-
+
- name: run cargo-udeps
run: cargo +nightly udeps --all-targets