We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54afd36 commit 3a27460Copy full SHA for 3a27460
1 file changed
.github/workflows/install/action.yml
@@ -75,6 +75,12 @@ runs:
75
echo "_R_CHECK_CRAN_INCOMING_USE_ASPELL_=true" | tee -a $GITHUB_ENV
76
shell: bash
77
78
+ - name: Remove pkg-config@0.29.2
79
+ if: runner.os == 'macOS'
80
+ run: |
81
+ brew uninstall pkg-config@0.29.2
82
+ shell: bash
83
+
84
- uses: r-lib/actions/setup-pandoc@v2
85
86
- uses: r-lib/actions/setup-r@v2
0 commit comments