From a2b64d4399a85dfec8e7795ba86e35a40d37da7e Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Tue, 17 Oct 2023 20:12:54 +0000 Subject: [PATCH] Fix devcontainer CI --- .github/workflows/ci_cargo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cargo.yml b/.github/workflows/ci_cargo.yml index 85cce2d..22d1134 100644 --- a/.github/workflows/ci_cargo.yml +++ b/.github/workflows/ci_cargo.yml @@ -108,7 +108,7 @@ jobs: with: path: /home/runner/work/esp-idf-template/esp-idf-template/github-esp-idf-template - name: Generate - run: cargo generate --path /home/runner/work/esp-idf-template/esp-idf-template/github-esp-idf-template cargo --name test-${{ matrix.target }} --vcs none --silent -d mcu=${{ matrix.target }} -d advanced=true -d espidfver=v5.1 -d std=true -d devcontainer=false -d wokwi=false -d ci=false + run: cargo generate --path /home/runner/work/esp-idf-template/esp-idf-template/github-esp-idf-template cargo --name test-${{ matrix.target }} --vcs none --silent -d mcu=${{ matrix.target }} -d advanced=true -d espidfver=v5.1 -d std=true -d devcontainer=true -d wokwi=false -d ci=false - name: Update ownership run: | sudo chown 1000:1000 -R test-${{ matrix.target }}