Skip to content

Commit

Permalink
Merge pull request #1663 from radixdlt/DO-2056-use-forked-gha
Browse files Browse the repository at this point in the history
ci: use forked github actions [DO-2056]
  • Loading branch information
marek-karwacki-rdx authored Dec 7, 2023
2 parents 3159217 + bbf07be commit 27f46bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ runs:
using: "composite"
steps:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
uses: RDXWorks-actions/toolchain@master
with:
toolchain: stable
default: true
target: wasm32-unknown-unknown

- name: Install nextest
uses: taiki-e/install-action@nextest
uses: RDXWorks-actions/install-action@nextest

- name: Set LIBCLANG_PATH # See https://github.com/rust-lang/rust-bindgen/issues/1797
if: runner.os == 'Windows'
Expand All @@ -24,7 +24,7 @@ runs:
shell: bash
- name: Setup cmake
if: runner.os == 'Linux'
uses: jwlawson/actions-setup-cmake@v1.13
uses: RDXWorks-actions/actions-setup-cmake@master
with:
cmake-version: '3.27.9'
- name: Install libclang-dev
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.13
uses: RDXWorks-actions/actions-setup-cmake@master
with:
cmake-version: '3.27.9'
- uses: actions-rs/toolchain@v1
- uses: RDXWorks-actions/toolchain@master
with:
toolchain: stable
- name: Add wasm target
Expand Down

0 comments on commit 27f46bb

Please sign in to comment.