Skip to content

Commit

Permalink
github ci, make faster
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Nov 1, 2024
1 parent da1e7cd commit 7591883
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Build FBNeo
run: |
make mingw SKIPDEPEND=1 RELEASEBUILD=1
make -j$(nproc) mingw SKIPDEPEND=1 RELEASEBUILD=1
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Build FBNeo
run: |
make mingw SKIPDEPEND=1
make -j$(nproc) mingw SKIPDEPEND=1
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:

- name: Build FBNeo
run: |
make mingw BUILD_X64_EXE=1 SKIPDEPEND=1 RELEASEBUILD=1
make -j$(nproc) mingw BUILD_X64_EXE=1 SKIPDEPEND=1 RELEASEBUILD=1
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:

- name: Build FBNeo
run: |
make mingw BUILD_X64_EXE=1 SKIPDEPEND=1
make -j$(nproc) mingw BUILD_X64_EXE=1 SKIPDEPEND=1
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

1 comment on commit 7591883

@dinkc64
Copy link
Collaborator Author

@dinkc64 dinkc64 commented on 7591883 Nov 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm working on it, hang in there guys! :)

Please sign in to comment.