Skip to content

Commit

Permalink
fixed typo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisani committed Feb 8, 2024
1 parent dc95336 commit 1d912dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
clippy:
runs-on: ubuntu-latest

steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sirius.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
sirius:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Retrieve Sirius install script
run:
wget https://raw.githubusercontent.com/enpkg/enpkg_full/main/src/install_sirius.sh
run: |
wget https://raw.githubusercontent.com/enpkg/enpkg_full/main/src/install_sirius.sh
chmod +x install_sirius.sh
- name: Install Sirius
run:
run: |
./install_sirius.sh
chmod +x ./sirius/bin
- name: Set up Rust
Expand Down

0 comments on commit 1d912dc

Please sign in to comment.