Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet authored Nov 24, 2022
1 parent c03151d commit 6c055a8
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
java: [ 8 ]
runs-on: ${{ matrix.os }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
Expand All @@ -22,11 +24,7 @@ jobs:
java-package: jdk
- uses: r-lib/actions/setup-r@v2
with:
r-version: release
- if: matrix.os == 'macos-latest'
run: |
ln -s /Library/Frameworks/R.framework/Versions/3.6 /Library/Frameworks/R.framework/Versions/3.5
echo "/Library/Frameworks/R.framework/Resources/bin" >> $GITHUB_PATH
r-version: 4.2
- uses: r-lib/actions/setup-pandoc@v1
- run: |
WD=$PWD
Expand Down Expand Up @@ -80,7 +78,4 @@ jobs:
with:
files: ./*-Brent.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}



GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6c055a8

Please sign in to comment.