Skip to content

added clearBufferOnReuse flag to AllocateBuffer, works with scan, sti… #15

added clearBufferOnReuse flag to AllocateBuffer, works with scan, sti…

added clearBufferOnReuse flag to AllocateBuffer, works with scan, sti… #15

Workflow file for this run

name: Test Jekyll Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: Build site
run: bundle exec jekyll build
env:
JEKYLL_ENV: production