Skip to content

Commit

Permalink
add support for gsfsfe (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzlk authored Feb 13, 2025
1 parent 7488274 commit b561bf3
Show file tree
Hide file tree
Showing 10 changed files with 231 additions and 1,704 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ jobs:
- name: work around Cargo.lock filetime not being updated..?
run: touch Cargo.lock

- run: ENABLE_GSFS=0 make update
- run: ENABLE_GSFS=0 make ci
- run: make ci
3 changes: 1 addition & 2 deletions .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ jobs:
- name: work around Cargo.lock filetime not being updated..?
run: touch Cargo.lock

- run: ENABLE_GSFS=0 make update
- run: ENABLE_GSFS=0 make ci
- run: make ci
Loading

0 comments on commit b561bf3

Please sign in to comment.