Skip to content

Commit bf0cb59

Browse files
committed
Meh
1 parent a8fcc85 commit bf0cb59

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/x86_64-linux.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ on:
55

66
jobs:
77
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:
8+
name: Build for x86_64-linux
9+
uses: ./.github/workflows/main.yml
10+
with:
1611
platform: x86_64-linux

0 commit comments

Comments
 (0)