From ef3630fb5c508f339c54e86c71f03ed7d76386db Mon Sep 17 00:00:00 2001 From: Pawel Czarnecki Date: Tue, 13 Feb 2024 14:15:09 +0100 Subject: [PATCH] use checkout actions Signed-off-by: Pawel Czarnecki --- .github/workflows/ci.yml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7cb130..923592b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}