Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Aug 30, 2023
1 parent 8f71e80 commit 25843f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Setup Incubator
run: |
git clone --depth 1 https://github.com/Icinga/icingaweb2-module-incubator _icingaweb2/modules/incubator
mkdir -p test/config/enabledModules && ln -s _icingaweb2/modules/incubator test/config/enabledModules/incubator
mkdir -p test/config/enabledModules && ln -s `realpath _icingaweb2/modules/incubator` test/config/enabledModules/incubator
cd _icingaweb2/modules/incubator
composer require --no-update \
"gipfl/calendar": "dev-master as 99.x-dev" \
Expand Down

0 comments on commit 25843f0

Please sign in to comment.