瀏覽代碼

build: temporary workaround to a GH issue with C++20

Michele Caini 2 年之前
父節點
當前提交
aab9277d8d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/sanitizer.yml

+ 2 - 0
.github/workflows/sanitizer.yml

@@ -17,6 +17,8 @@ jobs:
 
 
     steps:
     steps:
     - uses: actions/checkout@v4
     - uses: actions/checkout@v4
+    # temporary workaround for https://github.com/actions/runner-images/issues/8659
+    - uses: mjp41/workaround8649@c8550b715ccdc17f89c8d5c28d7a48eeff9c94a8
     - name: Compile tests
     - name: Compile tests
       working-directory: build
       working-directory: build
       env:
       env: