Skip to content

Commit

Permalink
Merge pull request #80 from deepfence/tomasz/ci
Browse files Browse the repository at this point in the history
[CI] use github actions way of passing env variables
  • Loading branch information
tomaszjonak committed Nov 24, 2023
2 parents f91dd80 + 632cecd commit 3b394cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
make install
cd $HOME/.local
tar -czf yara.tar.gz yara
export PKG_CONFIG_PATH="$HOME/.local/yara/lib/pkgconfig"
echo "PKG_CONFIG_PATH=$HOME/.local/yara/lib/pkgconfig" >> "$GITHUB_ENV"
- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 3b394cd

Please sign in to comment.