fix: fix accept_elicitation_for_prompt_rule() test

This commit is contained in:
Michael Bolin
2025-12-10 11:17:54 -08:00
parent fa4cac1e6b
commit b465adaee9
4 changed files with 21 additions and 11 deletions

View File

@@ -412,14 +412,6 @@ jobs:
- name: Install DotSlash
uses: facebook/install-dotslash@v2
- name: Pre-fetch DotSlash artifacts
# The Bash wrapper is not available on Windows.
if: ${{ !startsWith(matrix.runner, 'windows') }}
shell: bash
run: |
set -euo pipefail
dotslash -- fetch exec-server/tests/suite/bash
- uses: dtolnay/rust-toolchain@1.90
with:
targets: ${{ matrix.target }}