MiniScript: console.log -> console.printLine #2157
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |