Skip to content

github actions: bump dependencies #308

github actions: bump dependencies

github actions: bump dependencies #308

Workflow file for this run

name: Build Go compiler
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
steps:
- uses: actions/[email protected]
- name: Compile Go with make.bash
run: |
cd src ; ./make.bash
- name: Compile Go with all.bash
run: |
cd src ; ./clean.bash ; ./all.bash