Browse Source

Reverted changes in ci and changed rustc version in rust-toolchain.toml

tags/v0.3.11-rc1
Haroon Tahir 10 months ago
parent
commit
bfc2d16f64
2 changed files with 1 additions and 6 deletions
  1. +0
    -5
      .github/workflows/node-hub-ci-cd.yml
  2. +1
    -1
      rust-toolchain.toml

+ 0
- 5
.github/workflows/node-hub-ci-cd.yml View File

@@ -77,11 +77,6 @@ jobs:
toolchain: stable toolchain: stable
override: true override: true


- name: Update Rust
run: |
rustup update stable
rustup override set stable

- name: Run Linting and Tests - name: Run Linting and Tests
## Run Linting and testing only on Mac for release workflows. ## Run Linting and testing only on Mac for release workflows.
if: runner.os == 'Linux' || github.event_name == 'workflow_dispatch' || (github.event_name == 'release' && startsWith(github.ref, 'refs/tags/')) if: runner.os == 'Linux' || github.event_name == 'workflow_dispatch' || (github.event_name == 'release' && startsWith(github.ref, 'refs/tags/'))


+ 1
- 1
rust-toolchain.toml View File

@@ -1,3 +1,3 @@
[toolchain] [toolchain]
channel = "1.81"
channel = "1.84"
components = ["rustfmt", "clippy"] components = ["rustfmt", "clippy"]

Loading…
Cancel
Save