From c2a3b6f0e311455e793292372cb77d3f89fe0cdd Mon Sep 17 00:00:00 2001 From: Pawel Czarnecki Date: Tue, 13 Feb 2024 13:58:49 +0100 Subject: [PATCH] [DEBUG] Signed-off-by: Pawel Czarnecki --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6909c4a..f7cb130 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,6 @@ jobs: runs-on: ubuntu-22.04 container: image: ghcr.io/antmicro/megaboom:latest - options: --user tester --workdir /home/tester -e "HOME=/home/tester" defaults: run: shell: bash @@ -24,6 +23,9 @@ jobs: steps: - name: bazel-orfs setup run: | + whoami + pwd + ls -la git clone https://github.com/The-OpenROAD-Project/bazel-orfs.git ../bazel-orfs - name: query target run: | @@ -38,7 +40,6 @@ jobs: runs-on: ubuntu-22.04 container: image: ghcr.io/antmicro/megaboom:latest - options: --user tester defaults: run: shell: bash