Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DDtKey committed Jul 29, 2024
1 parent 717a148 commit 481bed0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@ jobs:
# Install NASM on Windows (because of aws-lc-rs requirements)
- uses: ilammy/setup-nasm@v1
if: ${{ matrix.os.name == 'Windows' }}
- name: Enable Docker experimental features
run: |
mkdir -p ~/.docker
echo '{"experimental": "enabled"}' > ~/.docker/config.json
- name: Setup Docker
if: ${{ runner.os == 'MacOS' }}
if: ${{ matrix.os.name == 'Windows' || runner.os == 'MacOS' }}
uses: crazy-max/ghaction-setup-docker@v3
with:
daemon-config: |
{
"experimental": true
}
- uses: Swatinem/rust-cache@v2
- name: Setup Rust - ${{ matrix.toolchain }}
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 481bed0

Please sign in to comment.