Skip to content

Commit

Permalink
CI: printing Github environment
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletGiraffe committed Sep 12, 2024
1 parent 26a57dd commit b633203
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
echo "github.ref_name=${{github.ref_name}}"
lscpu
- name: Github environment
if: "startsWith(matrix.os, 'linux')"
run: echo "$GITHUB_CONTEXT"

- name: Install Qt
if: "startsWith(matrix.os, 'windows')"
uses: jurplel/install-qt-action@v3
Expand Down

0 comments on commit b633203

Please sign in to comment.