Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Feb 14, 2024
1 parent 95bf578 commit 3931b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
build:
runs-on: ubuntu-latest
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/www/Gemfile.lock
BUNDLE_GEMFILE: './www/Gemfile.lock'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 3931b7a

Please sign in to comment.