Skip to content

Add OLD_LD to build-ubuntu-gcc job #14

Add OLD_LD to build-ubuntu-gcc job

Add OLD_LD to build-ubuntu-gcc job #14

Workflow file for this run

name: CI Build
on: push
jobs:
build-ubuntu-clang:
name: ubuntu-clang
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clone the grug submodule
run: git submodule update --init
- name: Install nasm
run: sudo apt install nasm
- name: Run the tests
run: ./tests.sh
env:
OLD_LD:
build-ubuntu-gcc:
name: ubuntu-gcc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clone the grug submodule
run: git submodule update --init
- name: Install nasm
run: sudo apt install nasm
- name: Run the tests
run: ./tests.sh
env:
OLD_LD: