Skip to content

Commit d35bff5

Browse files
committed
Fix build
1 parent 1118097 commit d35bff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ 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 -n "gcc-version=$(ls /usr/lib/gcc/x86_64-linux-gnu/)" >> "$GITHUB_ENV"
45+
echo "linux-version=$(uname -r)" >> "$GITHUB_ENV" && echo "gcc-version=11" >> "$GITHUB_ENV"
4646
- name: Change wrapper permissions
4747
run: chmod +x ./gradlew
4848
- name: Build Gradle

0 commit comments

Comments
 (0)