Skip to content

Commit

Permalink
revert: ext4 does not support reflinks yet
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav committed Oct 31, 2023
1 parent 429b692 commit 707528b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
fs: ['btrfs', 'xfs', 'ext4']
fs: ['btrfs', 'xfs']
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 707528b

Please sign in to comment.