From 9dfb698298c9612538eed7bcfdfb0f839f8a8ddb Mon Sep 17 00:00:00 2001 From: Sebastien Soudan Date: Sun, 27 Aug 2023 23:35:50 +0000 Subject: [PATCH] test --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e5ba7a..72a815f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,12 @@ jobs: - name: Checkout (GitHub) uses: actions/checkout@v3 - - name: Create directories + - name: Create directories and set permissions run: | mkdir dist mkdir target - mkdir node_modules + mkdir node_modules + sudo chown -R 1000:1000 . - name: Build and run dev container task uses: devcontainers/ci@v0.3 @@ -31,7 +32,7 @@ jobs: cargo build npm install npm run build - + - name: Publish artifacts uses: actions/upload-artifact@v3 with: