Skip to content

Commit

Permalink
attempting to run CI with big endian emulation through qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
tvercaut committed Feb 20, 2024
1 parent 198b7a7 commit 96dafc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bigendiancmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
apt-get -y install cmake
apt-get -y install make
apt-get -y install g++
apt-get -y install git
run: |
lscpu | grep Endian
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 96dafc5

Please sign in to comment.