Update build.yml

This commit is contained in:
InsanusMokrassar 2023-04-04 09:57:28 +06:00 committed by GitHub
parent fca8704cec
commit 8fdf715419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get install libcurl4-openssl-dev
sudo apt install -y libcurl4-openssl-dev
- name: Set up JDK 11
uses: actions/setup-java@v1
with: