File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414 - name : Install dependencies
1515 run : sudo apt update && sudo apt install -y libsmbclient-dev libsmbclient
1616 - name : Setup containers
17- run : docker- compose -f "tests/docker-compose.yml" up -d --build
17+ run : docker compose -f "tests/docker-compose.yml" up -d --build
1818 - name : Setup nightly toolchain
1919 uses : actions-rs/toolchain@v1
2020 with :
Original file line number Diff line number Diff line change 1414 - name : Install dependencies
1515 run : sudo apt update && sudo apt install -y libsmbclient-dev libsmbclient
1616 - name : Setup containers
17- run : docker- compose -f "tests/docker-compose.yml" up -d --build
17+ run : docker compose -f "tests/docker-compose.yml" up -d --build
1818 - uses : actions-rs/toolchain@v1
1919 with :
2020 toolchain : stable
You can’t perform that action at this time.
0 commit comments