Skip to content

Commit a8fcc85

Browse files
committed
Add checkout phase
1 parent c0de8e2 commit a8fcc85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/x86_64-linux.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Checkout repository
11+
uses: actions/checkout@v4
12+
1013
- name: Run Prebuild Workflow for x86_64-linux
1114
uses: ./.github/workflows/main.yml
1215
with:

0 commit comments

Comments
 (0)