Skip to content

更换vsprintf, 支持浮点输出 #13

更换vsprintf, 支持浮点输出

更换vsprintf, 支持浮点输出 #13

Workflow file for this run

name: CI Workflow
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: xorriso mtools nasm
version: 1.0
- name: Setup BuildTools
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
actions-cache-folder: '.xmake-cache'
- name: Build Kernel
run: xmake build -y
- uses: actions/upload-artifact@v4
with:
name: CoolPotOS
path: build/CoolPotOS.iso
compression-level: 9