Skip to content

Commit

Permalink
try to fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Apr 26, 2022
1 parent 2760709 commit f58eef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Start Mercure
run: |
cd caddy/mercure
MERCURE_PUBLISHER_JWT_KEY='!ChangeMe!' MERCURE_SUBSCRIBER_JWT_KEY='!ChangeMe!' go run main.go start -config ../../Caddyfile.dev
sudo MERCURE_PUBLISHER_JWT_KEY='!ChangeMe!' MERCURE_SUBSCRIBER_JWT_KEY='!ChangeMe!' go run main.go start -config ../../Caddyfile.dev
cd -
- uses: actions/setup-node@v2
Expand Down

0 comments on commit f58eef4

Please sign in to comment.