remove env field

This commit is contained in:
Tropical 2026-03-29 22:56:05 -05:00
parent 1128e602fd
commit cf1d3436f1

View file

@ -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