Skip to content

Commit e74bfbe

Browse files
committed
actions/checkout
1 parent 6c23bd0 commit e74bfbe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
PDK_ROOT: ${{ github.workspace }}/tools/open_pdks/share/pdk
1414

1515
steps:
16+
- uses: actions/checkout@v4
1617
- uses: ./.github/workflows/install-tools.yml
1718
with:
1819
tools_path: ${{ github.workspace }}/tools

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
PDK_ROOT: ${{ github.workspace }}/tools/open_pdks/share/pdk
1313

1414
steps:
15+
- uses: actions/checkout@v4
1516
- uses: ./.github/workflows/install-tools.yml
1617
with:
1718
tools_path: ${{ github.workspace }}/tools

0 commit comments

Comments
 (0)