浏览代码

Update update_examples.yml

pull/5143/head
Ray 1 个月前
committed by GitHub
父节点
当前提交
f60333d9b2
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      .github/workflows/update_examples.yml

+ 2
- 1
.github/workflows/update_examples.yml 查看文件

@ -49,7 +49,8 @@ jobs:
set EMSDK_PATH=${{ github.workspace }}/emsdk-cache/emsdk-main
dir
rexm.exe build core_basic_window
cd ../..
cd ${{ github.workspace }}\..
dir
shell: cmd
- name: Commit changes to raylib repo

正在加载...
取消
保存