Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
lufia committed Feb 28, 2024
1 parent 52d7bdd commit 0be4c7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ on:
push:
branches:
- master
- refactor-b # temp
tags:
- v*
pull_request:


jobs:
build-linux:
name: Build (Unix-like OSes)
env:
DEBIAN_FRONTEND: noninteractive
uses: ./.github/workflows/go-build.yml
with:
os-version: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ on:
required: false
type: string

env:
DEBIAN_FRONTEND: noninteractive
jobs:
run:
runs-on: ${{ inputs.os-version }}
Expand Down

0 comments on commit 0be4c7a

Please sign in to comment.