Skip to content

Commit

Permalink
Output CPU info
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjseitz committed May 10, 2024
1 parent de896e8 commit 11da6b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
image_tag: ${{ steps.vars.outputs.image_tag }}
image_path: ${{ steps.vars.outputs.image_path }}
steps:
- run: lscpu
# We must generate output variables here in order to ensure the
# reference is lowercase, even if the repository reference is not
# (e.g., because of the organization "GrammaTech").
Expand Down Expand Up @@ -109,7 +110,7 @@ jobs:
- run: chmod +x build/bin/*
- run: mkdir ${HOME}/.wine
# Run tests
- run: cd build && PATH=$(pwd)/bin:$PATH ctest -V
- run: lscpu && cd build && PATH=$(pwd)/bin:$PATH ctest -V
build-pages:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 11da6b4

Please sign in to comment.