commit | a0af670ec90edb4e9fb8106720002f6b9491bfc9 | [log] [tgz] |
---|---|---|
author | Marwan Abbas <marwan@ciic.c.catx-ext-efabless.internal> | Thu Jun 30 11:06:41 2022 -0700 |
committer | Marwan Abbas <marwan@ciic.c.catx-ext-efabless.internal> | Thu Jun 30 11:06:41 2022 -0700 |
tree | 4e3af5dfa1ee52612a23f521d4b3050ceca441a4 | |
parent | 0cecf93a91d1785665837d08157372a4128db3d1 [diff] |
testing CI
diff --git a/.github/workflows/user_project_ci.yml b/.github/workflows/user_project_ci.yml index 71137d8..0377c64 100644 --- a/.github/workflows/user_project_ci.yml +++ b/.github/workflows/user_project_ci.yml
@@ -72,6 +72,7 @@ - name: Unpack PDK Tarball run: | + sudo mkdir -p ${{ env.PDK_ROOT }} sudo chown -R $USER:$USER ${{ env.PDK_ROOT }} tar -xf /tmp/pdk.tar -C $PDK_ROOT . - name: Run MPW-Precheck