Skip to content

Commit

Permalink
me
Browse files Browse the repository at this point in the history
  • Loading branch information
nhuet committed May 3, 2024
1 parent 4d4af61 commit fca4888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- run: |
python -c "import sys; print(sys.argv[-1])" $(lscpu | grep Architecture)
echo $(python -c "import sys; print(sys.argv[-1])" $(lscpu | grep Architecture))
uname -a
uname -m
trigger:
# store trigger reason
Expand Down

0 comments on commit fca4888

Please sign in to comment.