Skip to content

Commit

Permalink
[DEBUG]
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Feb 13, 2024
1 parent 98f66bb commit c2a3b6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand All @@ -38,7 +40,6 @@ jobs:
runs-on: ubuntu-22.04
container:
image: ghcr.io/antmicro/megaboom:latest
options: --user tester
defaults:
run:
shell: bash
Expand Down

0 comments on commit c2a3b6f

Please sign in to comment.