Skip to content

Commit bd3f7ee

Browse files
committed
ci:fix conflict
1 parent 584b097 commit bd3f7ee

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

.github/actions/setup-llgo/action.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,3 @@ runs:
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"

.github/workflows/validate-embed-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

0 commit comments

Comments
 (0)