Skip to content

Commit c56994c

Browse files
authored
Remove http-user-agent from Ubuntu job
1 parent 14ce10c commit c56994c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# use 4.0 or 4.1 to check with rtools40's older compiler
3131
# - {os: windows-latest, r: 'oldrel-4'}
3232

33-
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
33+
- {os: ubuntu-latest, r: 'devel'}
3434
# - {os: ubuntu-latest, r: 'release'}
3535
env:
3636
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)