Skip to content

fix partial modification of WakeG timer value #250

fix partial modification of WakeG timer value

fix partial modification of WakeG timer value #250

Workflow file for this run

name: Build Go compiler
on: [push]
jobs:
build:
runs-on: ubuntu-20.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