Skip to content

Commit

Permalink
add note on why no MinIO on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Mar 21, 2024
1 parent b20dcdd commit d7b59bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/autogpt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ jobs:
mkdir data
minio server ./data &
# No MinIO on Windows:
# - Windows doesn't support running Linux Docker containers
# - It doesn't seem possible to start background processes on Windows. They are
# killed after the step returns.
# See: https://github.com/actions/runner/issues/598#issuecomment-2011890429

- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d7b59bf

Please # to comment.