Skip to content

Commit

Permalink
Probably the better way to ensure a ENV variable is there
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Jul 10, 2024
1 parent 3db40b9 commit 7828105
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ on:
- update-dep
- next

jobs:
jobs:

build:
runs-on: ubuntu-22.04
env:
LLVM_DIR: /usr/lib/llvm-11
DEBIAN_FRONTEND: noninteractive

steps:
- name: Checkout code
Expand Down

0 comments on commit 7828105

Please sign in to comment.