Skip to content

MiniScript: console.log -> console.printLine #2157

MiniScript: console.log -> console.printLine

MiniScript: console.log -> console.printLine #2157

Workflow file for this run

name: CI Ubuntu
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: install required packages
run: sudo apt update && sudo apt-get install libglew-dev libopenal-dev libglfw3-dev libfreetype-dev libxml2-dev libvulkan-dev
- uses: actions/checkout@v2
- name: make mains
run: make mains VULKAN=YES GLES2=YES