Compare commits
1 Commits
d2b588d36c
...
a0afe482f9
Author | SHA1 | Date | |
---|---|---|---|
a0afe482f9 |
@ -12,6 +12,11 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Fetch tags
|
- name: Fetch tags
|
||||||
run: git fetch --tags -p
|
run: git fetch --tags -p
|
||||||
|
- name: Check KVM
|
||||||
|
run: |
|
||||||
|
apt-get install cpu-checker
|
||||||
|
egrep -c '(vmx|svm)' /proc/cpuinfo
|
||||||
|
kvm-ok
|
||||||
- uses: actions/setup-java@v4
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user