mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-31 13:52:54 +00:00
remove env field
This commit is contained in:
parent
1128e602fd
commit
cf1d3436f1
5
.github/workflows/build-linux.yml
vendored
5
.github/workflows/build-linux.yml
vendored
|
|
@ -23,11 +23,6 @@ jobs:
|
|||
build-linux:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
CC: ccache clang
|
||||
CXX: ccache clang++
|
||||
CCACHE_DIR: ${{ runner.temp }}/ccache
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
|
|
|
|||
Loading…
Reference in a new issue