Skip to content

Commit

Permalink
ci: lower the rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD authored Jun 18, 2024
1 parent 73d3c9d commit 283b5e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ jobs:

- name: 🛠️ - Install Rust
uses: moonrepo/setup-rust@v1
with: { components: clippy }
with: {
components: clippy,
channel: '1.77.0'
}

- name: 🛠️ - Install Deps
run: npm install -g pnpm@^8 && pnpm install --frozen-lockfile
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pr_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:

- name: 🛠️ - Install Rust
uses: moonrepo/setup-rust@v1
with: { components: clippy }
with: {
components: clippy,
channel: '1.77.0'
}

- name: Install Deps 🔧
run: |
Expand Down

0 comments on commit 283b5e2

Please sign in to comment.