Skip to content

Commit f579eb0

Browse files
committed
Fix build
1 parent 53f1fc9 commit f579eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
cd annotation-processor-test/src/test/resources/libvlc && git clone --depth 1 https://github.com/videolan/vlc.git
4343
- name: Getting linux header version for tests
4444
run: |
45-
echo "linux-version=$(uname -r)" >> "$GITHUB_ENV" && echo "gcc-version=12" >> "$GITHUB_ENV"
45+
echo "linuxVersion=$(uname -r)" >> "$GITHUB_ENV" && echo "gccVersion=12" >> "$GITHUB_ENV"
4646
- name: Change wrapper permissions
4747
run: chmod +x ./gradlew
4848
- name: Build Gradle
4949
run: |
50-
./gradlew build -Dlinux-version=$linux-version -Dgcc-version=$gcc-version
50+
./gradlew build -Dlinux-version=$linuxVersion -Dgcc-version=$gccVersion

0 commit comments

Comments
 (0)