Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: LinxISA/linx-isa
ref: e8aa0e2179184df6b3d410163baaa566b92d392e
ref: e0d686c40d074ae0c15702e4d8cdee5ba5279d3a
path: linxisa-authority
- name: Install toolchain
run: sudo apt-get update && sudo apt-get install -y clang-format cmake ninja-build g++
Expand All @@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: LinxISA/linx-isa
ref: e8aa0e2179184df6b3d410163baaa566b92d392e
ref: e0d686c40d074ae0c15702e4d8cdee5ba5279d3a
path: linxisa-authority
- name: Install toolchain
run: sudo apt-get update && sudo apt-get install -y clang-format cmake ninja-build clang
Expand Down
2 changes: 1 addition & 1 deletion tests/checks/test_gen_minst_codec.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def test_every_ctest_job_uses_exact_immutable_authority(self) -> None:
with self.subTest(job=job_name):
self.assertIn("repository: LinxISA/linx-isa", body)
self.assertIn(
"ref: e8aa0e2179184df6b3d410163baaa566b92d392e", body
"ref: e0d686c40d074ae0c15702e4d8cdee5ba5279d3a", body
)
self.assertIn("path: linxisa-authority", body)
self.assertIn(
Expand Down
Loading