Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- { os: windows-latest , features: feat_os_windows }
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Initialize workflow variables
id: vars
shell: bash
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- { os: ubuntu-latest , features: feat_os_unix }
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Initialize workflow variables
id: vars
shell: bash
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- { os: windows-latest , features: feat_os_windows }
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Initialize workflow variables
id: vars
shell: bash
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
- { os: ubuntu-latest , features: feat_os_unix }
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Initialize workflow variables
id: vars
shell: bash
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
# - { os: windows-latest , features: feat_os_windows }
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Initialize workflow variables
id: vars
shell: bash
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
- { os: ubuntu-latest , features: feat_os_unix }
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Initialize workflow variables
id: vars
shell: bash
Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
- { os: ubuntu-latest , features: feat_os_unix }
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Install `rust` toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -423,7 +423,7 @@ jobs:
- { os: ubuntu-latest , features: feat_os_unix }
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Install `rust` toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
- { os: windows-latest , features: feat_os_windows }
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Install `rust` toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -479,7 +479,7 @@ jobs:
- { os: windows-latest , features: feat_os_windows }
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Install `rust` toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -503,7 +503,7 @@ jobs:
- { os: ubuntu-latest , features: feat_os_unix }
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Install dependencies
shell: bash
run: |
Expand Down Expand Up @@ -569,7 +569,7 @@ jobs:
- { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows }
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Initialize workflow variables
id: vars
shell: bash
Expand Down Expand Up @@ -822,7 +822,7 @@ jobs:
- { os: ubuntu-latest }
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Install/setup prerequisites
shell: bash
run: |
Expand Down Expand Up @@ -913,7 +913,7 @@ jobs:
mem: 2048
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Prepare, build and test
## spell-checker:ignore (ToDO) sshfs usesh vmactions
uses: vmactions/freebsd-vm@v0.1.6
Expand Down Expand Up @@ -980,7 +980,7 @@ jobs:
- { os: windows-latest , features: windows }
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
# - name: Reattach HEAD ## may be needed for accurate code coverage info
# run: git checkout ${{ github.head_ref }}
- name: Initialize workflow variables
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/FixPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- { os: ubuntu-latest , features: feat_os_unix }
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Initialize job variables
id: vars
shell: bash
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- { os: ubuntu-latest , features: feat_os_unix }
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Initialize job variables
id: vars
shell: bash
Expand Down