mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Do not install any system dependencies yet
This commit is contained in:
parent
923d09de1e
commit
83f8ecad13
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test-action-linux-gh.yml
vendored
2
.github/workflows/test-action-linux-gh.yml
vendored
|
@ -167,7 +167,7 @@ jobs:
|
|||
|
||||
- name: Install System Dependencies
|
||||
run: |
|
||||
brew install tree
|
||||
echo true
|
||||
|
||||
- name: Download nox.linux.${{ inputs.arch }}.tar.* artifact for session ${{ inputs.nox-session }}
|
||||
uses: actions/download-artifact@v4
|
||||
|
|
2
.github/workflows/test-action-windows-gh.yml
vendored
2
.github/workflows/test-action-windows-gh.yml
vendored
|
@ -160,7 +160,7 @@ jobs:
|
|||
|
||||
- name: Install System Dependencies
|
||||
run: |
|
||||
brew install tree
|
||||
echo true
|
||||
|
||||
- name: Download nox.linux.${{ inputs.arch }}.tar.* artifact for session ${{ inputs.nox-session }}
|
||||
uses: actions/download-artifact@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue