Skip to content

Commit

Permalink
actual glvnd debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
eightysteele committed Jul 18, 2024
1 parent 1d110bd commit f5cc1a2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ jobs:
- name: Setup gcloud
uses: google-github-actions/setup-gcloud@v2

- name: Install system environment and project dependencies
env:
GITHUB_CI: "true"
run: |
./install.sh
source ~/.bashrc
export PATH="/home/runner/.pixi/bin:/home/runner/.local/bin:$PATH"
export CPLUS_INCLUDE_PATH="$GITHUB_WORKSPACE/.pixi/envs/default/targets/x86_64-linux/include"
echo "CPLUS_INCLUDE_PATH: $CPLUS_INCLUDE_PATH"
ls -la "$CPLUS_INCLUDE_PATH"
pixi tree
pixi run -vv test-ci
# - name: Install system environment and project dependencies
# env:
# GITHUB_CI: "true"
# run: |
# ./install.sh
# source ~/.bashrc
# export PATH="/home/runner/.pixi/bin:/home/runner/.local/bin:$PATH"
# export CPLUS_INCLUDE_PATH="$GITHUB_WORKSPACE/.pixi/envs/default/targets/x86_64-linux/include"
# echo "CPLUS_INCLUDE_PATH: $CPLUS_INCLUDE_PATH"
# ls -la "$CPLUS_INCLUDE_PATH"
# pixi tree
# pixi run -vv test-ci

- name: System debugging
run: |
Expand Down

0 comments on commit f5cc1a2

Please sign in to comment.