Skip to content

Commit

Permalink
working-directory is not setable on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Sep 3, 2023
1 parent b172dea commit ed60974
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,9 @@ jobs:
repository: Libera-Chat/sable
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
working-directory: sable/
with:
override: true
toolchain: nightly
- run: rustc --version
- name: Build Sable
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,9 @@ jobs:
repository: Libera-Chat/sable
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
working-directory: sable/
with:
override: true
toolchain: nightly
- run: rustc --version
- name: Build Sable
run: |
Expand Down
8 changes: 3 additions & 5 deletions workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,9 @@ software:
pre_deps:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
working-directory: sable/
# install the version required by sable/rust-toolchain.toml
# with:
# toolchain: nightly
# override: true
with:
toolchain: nightly
override: true
- run: rustc --version
separate_build_job: false
build_script: |
Expand Down

0 comments on commit ed60974

Please sign in to comment.