mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
This reverts commit cb74cc4c31
.
This commit is contained in:
parent
4de6ebe1ba
commit
ba88dd60f6
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -315,12 +315,10 @@ jobs:
|
||||
--env "GH_TOKEN=$GH_TOKEN" \
|
||||
--env "GH_USER=$GH_USER" \
|
||||
--platform ${{ matrix.platform }} \
|
||||
--mount type=bind,source="$PWD",target="$PWD" \
|
||||
--mount type=tmpfs,destination=/root/.pub-cache \
|
||||
--mount type=tmpfs,destination=/tmp \
|
||||
--volume "$PWD:$PWD" \
|
||||
--workdir "$PWD" \
|
||||
docker.io/library/dart:latest \
|
||||
/bin/sh -c "cp -R . /tmp/workspace && cd /tmp/workspace && dart pub get && dart run grinder pkg-github-linux-${{ matrix.arch }}"
|
||||
/bin/sh -c "dart pub get && dart run grinder pkg-github-linux-${{ matrix.arch }}"
|
||||
env:
|
||||
GH_TOKEN: "${{ secrets.GH_TOKEN }}"
|
||||
GH_USER: sassbot
|
||||
|
Loading…
Reference in New Issue
Block a user