Skip to content

Commit

Permalink
WIP: try with an ExFAT file system
Browse files Browse the repository at this point in the history
  • Loading branch information
taratatach committed Nov 29, 2022
1 parent 3eb05c6 commit fd48919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-cozy-stack/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
if [ "${{ runner.os }}" == "macOS" ]; then
echo "Creating cozy-stack storage volume..."
hdiutil create -megabytes 100 -fs "Case-sensitive APFS" -volname cozy-stack-storage "$COZY_STACK_STORAGE"
hdiutil create -megabytes 100 -fs "ExFAT" -volname cozy-stack-storage "$COZY_STACK_STORAGE"
echo "Mounting cozy-stack storage volume in $COZY_STACK_STORAGE..."
hdiutil attach "${COZY_STACK_STORAGE}.dmg" -mountpoint "$COZY_STACK_STORAGE"
fi
Expand Down

0 comments on commit fd48919

Please sign in to comment.