parent
50ac5e935a
commit
701186c995
|
|
@ -10,7 +10,7 @@ on:
|
|||
jobs:
|
||||
source:
|
||||
if: ${{ !github.head_ref }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: linux
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -146,16 +146,13 @@ jobs:
|
|||
name: ${{ matrix.target }}
|
||||
path: artifacts/*
|
||||
linux:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: linux
|
||||
env:
|
||||
CCACHE_DIR: ${{ github.workspace }}/.ccache
|
||||
CCACHE_COMPILERCHECK: content
|
||||
CCACHE_SLOPPINESS: time_macros
|
||||
OS: linux
|
||||
TARGET: fresh
|
||||
container:
|
||||
image: icybriar/eden-build-environment:latest
|
||||
options: -u 1001
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue