Skip to content

Commit

Permalink
ci: added missing eget environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Jan 21, 2025
1 parent 173c7e6 commit 74ffa3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
lint:
name: lint
runs-on: ubuntu-latest
env:
EGET_DIR: ${{github.workspace}}/.eget
EGET_CONFIG: ${{github.workspace}}/.eget/.eget.toml
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 74ffa3c

Please sign in to comment.