Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iltis42 authored Dec 8, 2023
1 parent 33ae6d8 commit 8a3ad41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

run: touch $PWD/main/Version.h;
echo "#define CIPHER_KEY \"${{ secrets.AHRS_CIPHER_KEY }}\"" >$PWD/main/cipherkey.h;
docker run --rm -v $PWD:/project -w /project espressif/idf:release-v4.3; git checkout 648bb3998653eb6d8482629fc94a5d4dcd52a2d0; idf.py build;
docker run --rm -v $PWD:/project -w /project espressif/idf:648bb3998653eb6d8482629fc94a5d4dcd52a2d0 idf.py build;
mkdir -p artifacts;
cp $PWD/build/sensor.bin $PWD/artifacts/sensor-${{ env.FILE_VERSION }}.bin;
cp $PWD/build/sensor.elf $PWD/artifacts/sensor-${{ env.FILE_VERSION }}.elf;
Expand Down

0 comments on commit 8a3ad41

Please sign in to comment.