Skip to content

Commit

Permalink
Fix invalid build reference breaking include
Browse files Browse the repository at this point in the history
  • Loading branch information
Baarsgaard committed Aug 25, 2023
1 parent 8f46d32 commit 3023705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
fail-fast: false
matrix:
build:
- self-hosted
# - x86_64-linux
- x86_64-linux
# - x86_64-windows
feature:
- "server"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:

build:
name: "Build & Upload"
runs-on: ${{ matrix.os }}
needs:
- get-tag
strategy:
Expand All @@ -61,8 +62,6 @@ jobs:
os: windows-latest
build: x86_64-windows
ext: .exe

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 3023705

Please sign in to comment.