Skip to content

Commit

Permalink
use checkout actions
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 c2a3b6f commit ef3630f
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,20 @@ jobs:
env:
DEBIAN_FRONTEND: "noninteractive"
steps:
- name: bazel-orfs setup
- name: Checkout Megaboom
uses: actions/checkout@v4
with:
path: megaboom
- name: Clone bazel-orfs
uses: actions/checkout@v4
with:
repository: antmicro/bazel-orfs
path: bazel-orfs
- name: Checkout bazel-orfs
run: |
whoami
pwd
ls -la
git clone https://github.com/The-OpenROAD-Project/bazel-orfs.git ../bazel-orfs
cd bazel-orfs
git checkout master
cd ../megaboom
- name: query target
run: |
bazel query ${{ matrix.TARGET }}
Expand Down

0 comments on commit ef3630f

Please sign in to comment.