Skip to content

Commit b44adcb

Browse files
committed
chore: remove windows tests
1 parent 3a1ef94 commit b44adcb

2 files changed

Lines changed: 6 additions & 26 deletions

File tree

.github/workflows/test.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,3 @@ jobs:
3838
3939
- name: Run tests
4040
run: jake test
41-
42-
test-windows:
43-
name: Test on windows-latest
44-
runs-on: windows-latest
45-
46-
steps:
47-
- name: Checkout code
48-
uses: actions/checkout@v4
49-
50-
- name: Set up Rust
51-
uses: dtolnay/rust-toolchain@stable
52-
53-
- name: Cache cargo registry
54-
uses: actions/cache@v4
55-
with:
56-
path: |
57-
${{ runner.os == 'Windows' && '~\\.cargo\\registry' || '~/.cargo/registry' }}
58-
${{ runner.os == 'Windows' && '~\\.cargo\\git' || '~/.cargo/git' }}
59-
target
60-
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
61-
restore-keys: |
62-
${{ runner.os }}-cargo-
63-
64-
- name: Run tests
65-
run: cargo test

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,14 @@ S3-backed, git-versioned object storage for agents.
1111
## Installation
1212

1313
```bash
14-
cargo install aggit@0.1.0-alpha
14+
cargo install aggit@0.2.0-alpha
1515
```
1616

17+
18+
> [!NOTE]
19+
>
20+
> `aggit` is not yet compatible with Windows.
21+
1722
### As an Agent Skill
1823

1924
You can use `aggit` as an agent skill, downloading it with the `skills` CLI tool:

0 commit comments

Comments
 (0)