diff options
author | Panagiotis Vasilopoulos <hello@alwayslivid.com> | 2021-04-20 03:51:04 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-20 15:27:52 +0200 |
commit | e45e0eeb477629bd877e1837724e121f0c11b9ca (patch) | |
tree | 7ea93a0d751e72fce33291cc0c96204bc14b4064 /.github/workflows | |
parent | 3f5c934ea61999d2a946daac1fd8c672da33d87a (diff) | |
download | serenity-e45e0eeb477629bd877e1837724e121f0c11b9ca.zip |
Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6bceeebd34..4bf69fae7c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -6,7 +6,7 @@ env: # Don't mix these up! # runner.workspace = /home/runner/work/serenity # github.workspace = /home/runner/work/serenity/serenity - SERENITY_ROOT: ${{ github.workspace }} + SERENITY_SOURCE_DIR: ${{ github.workspace }} jobs: build_and_test_serenity: |