Skip to content

Commit 96e65ce

Browse files
committed
Count CPUs.
1 parent 6b75d52 commit 96e65ce

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
- name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@v3
2020

21+
- name: Count CPUs
22+
id: count-cpus
23+
run: |
24+
echo "CPUS: $(nproc)"
25+
2126
- name: Build
2227
id: push
2328
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)