Skip to content

[string]int_to_str: support conversion for different number bases #39

[string]int_to_str: support conversion for different number bases

[string]int_to_str: support conversion for different number bases #39

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- name: create homebrew directory
run: mkdir -p /opt/homebrew/opt/
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
version: "10.0"
directory: /opt/homebrew/opt/llvm
- uses: actions/checkout@v4
- name: Install dependencies
run: make
- uses: actions/upload-artifact@v4
with:
name: kernel8.img
path: ./kernel8.img