8000 Update craftos-build.yml · Selim042/ccml@097600d · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update craftos-build.yml #18

Update craftos-build.yml

Update craftos-build.yml #18

name: CraftOS-PC Verify
on:
workflow_dispatch:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
# - name: Command Output
# uses: mathiasvr/command-output@34408ea3d0528273faff3d9e201761ae96106cd0
# with:
# run: mkdir /home/runner/work/ccml/ccml/cc/ && wget https://raw.githubusercontent.com/cc-tweaked/CC-Tweaked/9c0ce27ce6ac568ecdff2a369cf517cb9431279f/projects/core/src/main/resources/data/computercraft/lua/rom/modules/main/cc/strings.lua -o /home/runner/work/ccml/ccml/cc/strings.lua
- name: CraftOS-PC >_
uses: Commandcracker/craftos-pc-action@d161184586f23efb902c3f013b6b378af6463b25
with:
timeout: 1m
id: -1
options: --exec browser file://pages/test.ccml
timeout_signal: "KILL"
disable_timeout_verbose: true
timeout_arguments: "--preserve-status"
0