Skip to content

Use correct method for CCL's set-fpu-mode #126

Use correct method for CCL's set-fpu-mode

Use correct method for CCL's set-fpu-mode #126

Workflow file for this run

name: Build and Test
on:
push:
branches: master
pull_request:
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build
run: git submodule update --init --recursive && docker build . --file Dockerfile -t mahogany
# - name: Test
# run: docker run stumpwm make test