Skip to content

Fix incorrect exponent (off by 1) for "large" values when converting … #13

Fix incorrect exponent (off by 1) for "large" values when converting …

Fix incorrect exponent (off by 1) for "large" values when converting … #13

Workflow file for this run

name: Pull Request CI
on:
pull_request:
branches: [ "master" ]
jobs:
linux-build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci-skip')"
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt update && sudo apt install libglu1-mesa-dev libncurses-dev
- name: Bootstrap compiler
run: .ci/bootstrap.sh lnx
- name: Build
run: .ci/build.sh