summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorPanagiotis Vasilopoulos <hello@alwayslivid.com>2021-04-20 03:51:04 +0300
committerLinus Groh <mail@linusgroh.de>2021-04-20 15:27:52 +0200
commite45e0eeb477629bd877e1837724e121f0c11b9ca (patch)
tree7ea93a0d751e72fce33291cc0c96204bc14b4064 /.github/workflows
parent3f5c934ea61999d2a946daac1fd8c672da33d87a (diff)
downloadserenity-e45e0eeb477629bd877e1837724e121f0c11b9ca.zip
Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake.yml2
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: