Skip to content

Commit ba88dd6

Browse files
authored
Revert "Run qemu in tmpfs (#1707)" (#1757)
This reverts commit cb74cc4.
1 parent 4de6ebe commit ba88dd6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,10 @@ jobs:
315315
--env "GH_TOKEN=$GH_TOKEN" \
316316
--env "GH_USER=$GH_USER" \
317317
--platform ${{ matrix.platform }} \
318-
--mount type=bind,source="$PWD",target="$PWD" \
319-
--mount type=tmpfs,destination=/root/.pub-cache \
320-
--mount type=tmpfs,destination=/tmp \
318+
--volume "$PWD:$PWD" \
321319
--workdir "$PWD" \
322320
docker.io/library/dart:latest \
323-
/bin/sh -c "cp -R . /tmp/workspace && cd /tmp/workspace && dart pub get && dart run grinder pkg-github-linux-${{ matrix.arch }}"
321+
/bin/sh -c "dart pub get && dart run grinder pkg-github-linux-${{ matrix.arch }}"
324322
env:
325323
GH_TOKEN: "${{ secrets.GH_TOKEN }}"
326324
GH_USER: sassbot

0 commit comments

Comments
 (0)