From 8eaeca9aa4b7b7d05eff3bcd200f3ec6c0891648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miodrag=20Milanovi=C4=87?= Date: Mon, 13 Feb 2023 10:24:24 +0100 Subject: [PATCH] Update GH action --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcbe818..2c370bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,8 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: YosysHQ/setup-oss-cad-suite@v1 + - uses: YosysHQ/setup-oss-cad-suite@v2 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Run checks run: tabbypip install xmlschema && make ci