Skip to content

Commit

Permalink
Try to add freebsd target with docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Sep 21, 2024
1 parent f9f35a1 commit 00ac63a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Update Rust Toolchain Target
run: |
echo "targets = ['${{matrix.target}}']" >> rust-toolchain.toml
# - name: Update Rust Toolchain Target
# run: |
# echo "targets = ['${{matrix.target}}']" >> rust-toolchain.toml

- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
# WARN: Keep the rustflags to prevent from the winget submission error: `CAQuietExec: Error 0xc0000135`
with:
cache: false
rustflags: ''
# - name: Setup Rust toolchain
# uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
# # WARN: Keep the rustflags to prevent from the winget submission error: `CAQuietExec: Error 0xc0000135`
# with:
# cache: false
# rustflags: ''

- name: Setup Nushell
uses: hustcer/setup-nu@v3.13
Expand Down

0 comments on commit 00ac63a

Please sign in to comment.