Skip to content

Commit

Permalink
TEST curl wget
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Mar 28, 2023
1 parent f3ba3c2 commit 577ee33
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ concurrency:
cancel-in-progress: true

jobs:

check:
runs-on: ubuntu-latest
steps:
- run: |
sudo apt update -qq
sudo apt install -y wget curl
- run: |
curl -fsSL https://godotengine.github.io/godot-commit-artifacts/download/godotengine/godot/master/linux-editor-mono -o linux-editor-mono-curl
cat linux-editor-mono-curl
wget https://godotengine.github.io/godot-commit-artifacts/download/godotengine/godot/master/linux-editor-mono
cat linux-editor-mono
build:
name: Build and deploy to GitHub Pages
runs-on: ubuntu-latest
Expand Down

0 comments on commit 577ee33

Please sign in to comment.