Skip to content

Commit

Permalink
Update build_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca authored Dec 10, 2024
1 parent bae3801 commit 624a75a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
ls /dev/kvm
- name: Copy CI gradle.properties
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties

- name: Set Up JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 624a75a

Please sign in to comment.