Skip to content

Commit 2ad79ea

Browse files
authored
Use base actions image for rustfmt check (#241)
The `timescaledev/rust-builder` is outdated, and we don't need it anyways because everything in it we need is in the base GH Actions image. This fixes the CI failure in #240 stemming from this action's Docker image using an outdated Rust compiler. It also speeds up the check significantly, because we don't need to wait for the Docker image to be setup anymore.
1 parent 4539a3f commit 2ad79ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/code_checks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ jobs:
77
fmt:
88
runs-on: ubuntu-latest
99

10-
container:
11-
image: timescaledev/rust-builder:ubuntu-1.65
12-
1310
steps:
1411
- name: Checkout
1512
uses: actions/checkout@v4

0 commit comments

Comments
 (0)