Skip to content

Refresh apt cache before installing OpENer build deps#17

Merged
jmmoser merged 2 commits into
mainfrom
claude/fix-github-actions-workflow-RZBGC
May 10, 2026
Merged

Refresh apt cache before installing OpENer build deps#17
jmmoser merged 2 commits into
mainfrom
claude/fix-github-actions-workflow-RZBGC

Conversation

@jmmoser

@jmmoser jmmoser commented May 10, 2026

Copy link
Copy Markdown
Owner

The hosted runner's apt index pinned libcap-dev to 2.66-5ubuntu2.2,
but the noble-updates mirror only carries a newer revision now, so
the install aborted with a 404 and exit code 100 before OpENer could
build. Run apt-get update first so the index points at versions
the mirror actually has.

claude added 2 commits May 10, 2026 17:06
The hosted runner's apt index pinned libcap-dev to 2.66-5ubuntu2.2,
but the noble-updates mirror only carries a newer revision now, so
the install aborted with a 404 and exit code 100 before OpENer could
build. Run `apt-get update` first so the index points at versions
the mirror actually has.
Node 20 ESM resolution requires explicit file extensions; the bare
'../../src/index' import fails with ERR_MODULE_NOT_FOUND. The modbus
integration client already uses '.js' — match it here.
@jmmoser jmmoser merged commit 3d29695 into main May 10, 2026
1 check passed
@jmmoser jmmoser deleted the claude/fix-github-actions-workflow-RZBGC branch May 10, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants