001-reference-board-viewer #1
@@ -58,12 +58,21 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
clean: true
|
||||
|
||||
- name: Install dependencies and run linting
|
||||
run: |
|
||||
# Clean any previous build artifacts
|
||||
rm -rf /tmp/frontend-build
|
||||
|
||||
# Copy frontend to /tmp to avoid noexec issues with DynamicUser
|
||||
cp -r frontend /tmp/frontend-build
|
||||
|
||||
# Verify lib files are present
|
||||
echo "Verifying frontend lib files..."
|
||||
ls -la /tmp/frontend-build/src/lib/ || echo "WARNING: lib directory not found!"
|
||||
|
||||
# Install dependencies in executable location
|
||||
nix develop --quiet --command bash -c "
|
||||
cd /tmp/frontend-build
|
||||
|
||||
Reference in New Issue
Block a user