Skip to content

Use GQLC 2.1 dev

Use GQLC 2.1 dev #28

Workflow file for this run

name: Build
on:
push:
branches: [main]
env:
TERM: xterm
LANDO_VERSION: 3.20.8
jobs:
lando:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lando install
run: |
sudo curl -fsSL -o /usr/local/bin/lando "https://github.com/lando/cli/releases/download/v${{ env.LANDO_VERSION }}/lando-linux-x64-v${{ env.LANDO_VERSION }}"
sudo chmod +x /usr/local/bin/lando
- uses: actions/cache@v4
with:
path: ~/.lando/cache
key: lando-${{ env.LANDO_VERSION }}-${{ github.ref }}
restore-keys: |
lando-${{ env.LANDO_VERSION }}-
- name: Lando start
run: lando start