Skip to content

Commit

Permalink
Print environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jan 17, 2025
1 parent 043e422 commit 4a10f8a
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14]
os: [ubuntu-22.04]
steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Install Clang/LLVM 13
- name: Check environment variables
shell: bash
run: |
brew install llvm@13
echo "$(brew --prefix)/opt/llvm@13/bin" >> "$GITHUB_PATH"
- name: Clang version
shell: bash
run: clang --version

- name: Compile simple C file
shell: bash
run: clang test.c
echo $LANG
echo $LC_ALL

0 comments on commit 4a10f8a

Please sign in to comment.