Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fix: fix releases workflow
Browse files Browse the repository at this point in the history
Former-commit-id: 4179ec0
  • Loading branch information
Nambers committed Apr 10, 2023
1 parent 00e0d87 commit 43e5b77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:

jobs:
build-libLoader-msvc-4-windows:
if: ${{ github.event.inputs.clean == 'false' }}
runs-on: windows-2019
steps:
- name: checkout
Expand All @@ -42,7 +41,6 @@ jobs:
./*.dll
./*.lib
build-libLoader-gcc-4-linux:
if: ${{ github.event.inputs.clean == 'false' }}
runs-on: ubuntu-20.04
steps:
- name: checkout
Expand Down

0 comments on commit 43e5b77

Please sign in to comment.