Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MartelliEnrico committed Oct 1, 2023
1 parent bc94649 commit 7357916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 21
distribution: openjdk
distribution: temurin

- name: Setup FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v2
Expand Down
2 changes: 1 addition & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "1.0"
profile:
name: qodana.recommended
linter: jetbrains/qodana-jvm:2023.3-eap
linter: jetbrains/qodana-jvm:2023.2
bootstrap: |
cat > .idea/misc.xml << \EOF
<?xml version="1.0" encoding="UTF-8"?>
Expand Down

0 comments on commit 7357916

Please sign in to comment.