We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0de8e2 commit a8fcc85Copy full SHA for a8fcc85
.github/workflows/x86_64-linux.yml
@@ -7,6 +7,9 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
steps:
10
+ - name: Checkout repository
11
+ uses: actions/checkout@v4
12
+
13
- name: Run Prebuild Workflow for x86_64-linux
14
uses: ./.github/workflows/main.yml
15
with:
0 commit comments