Skip to content

Commit

Permalink
remove env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Sep 24, 2024
1 parent 6b90f4d commit 572f400
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ on:
required: true
type: string

env:
BUILD_DIR: ${{ github.workspace }}/build
INSTALL_DIR: ${{ github.workspace }}/dependencies

CCACHE_DIR: ${{ github.workspace }}/ccache
CCACHE_MAXSIZE: 10G

CXX_STANDARD: "20"

jobs:

build:
Expand Down

0 comments on commit 572f400

Please sign in to comment.