mirror of
https://github.com/lowobservable/coax.git
synced 2026-02-13 11:44:36 +00:00
More robust coax_rx start sequence detection
This commit is contained in:
2
.github/workflows/interface2_build.yml
vendored
2
.github/workflows/interface2_build.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
aws-region: us-east-1
|
||||
- name: Get bitstream source SHA
|
||||
run: |
|
||||
BITSTREAM_SOURCE_SHA=$(git log -n 1 --format=%H .)
|
||||
BITSTREAM_SOURCE_SHA=$(git log -n 1 --format=%H rtl)
|
||||
echo Bitstream source SHA is $BITSTREAM_SOURCE_SHA
|
||||
echo "BITSTREAM_SOURCE_SHA=$BITSTREAM_SOURCE_SHA" >> $GITHUB_ENV
|
||||
- name: Check bitstream cache
|
||||
|
||||
Reference in New Issue
Block a user