File tree Expand file tree Collapse file tree 2 files changed +1
-26
lines changed Expand file tree Collapse file tree 2 files changed +1
-26
lines changed Original file line number Diff line number Diff line change 3030 echo "LLGO_ROOT=$PWD" >> $GITHUB_ENV
3131 # Verify LLGO is available
3232 llgo version || echo "Failed to get LLGO version"
33-
34- name : ' Setup LLGO'
35- description : ' Setup LLGO from precompiled release'
36- runs :
37- using : " composite"
38- steps :
39- - name : Setup LLGo Dependencies
40- uses : goplus/llgo/.github/actions/setup-deps@8959c83397617dacb18a8de54c3a738303b66141
41- - name : Checkout LLGo Repository
42- uses : actions/checkout@v4
43- with :
44- repository : goplus/llgo
45- ref : ${{ inputs.commit-hash }}
46- path : llgo-source
47- - name : Setup LLGO
48- shell : bash
49- run : |
50- echo "Setting up LLGO from commit hash ${{ inputs.commit-hash }}..."
51- cd llgo-source
52- # Install LLGO from source
53- bash ./install.sh
54- # Set LLGO_ROOT to the source directory
55- echo "LLGO_ROOT=$PWD" >> $GITHUB_ENV
56- # Verify LLGO is available
57- llgo version || echo "Failed to get LLGO version"
Original file line number Diff line number Diff line change 2020 commit-hash : c4223df0877e2a85d361cdcc73076cdcf312a3b0
2121 - name : Run Device Package Validation
2222 run : |
23- ./.github/scripts/validate_device_packages .sh device
23+ ./.github/scripts/validate_embed_packages .sh device
2424
2525 validate-machine-packages :
2626 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments