Skip to content

Commit

Permalink
Rename jobs for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Nov 12, 2023
1 parent d1b839f commit 74a156b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ jobs:
target: x86_64-unknown-linux-musl
override: true

- name: Make statically linked executable
- name: '[Linux] Make statically linked executable'
run: |
RUST_BACKTRACE=1 \
cargo build --release --verbose --target=x86_64-unknown-linux-musl
Linux_static_build_desktop_notifications:
name: Make statically linked executable (desktop notifications)
name: '[Linux] Make statically linked executable (desktop notifications)'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 74a156b

Please sign in to comment.