diff options
| -rw-r--r-- | .github/workflows/linux-build.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/mac-build.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/onefiledist.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/win-build.yml | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index d781da7..4f441e8 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -24,7 +24,7 @@ jobs: - "clang" config: - "" - - "CFLAGS=-DTK_NO_DEPRECATED=1" + - "CFLAGS=-DTK_NO_DEPRECATED=1 -DTCL_NO_DEPRECATED=1" - "--disable-shared" - "--disable-xft" - "--disable-xss" @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v6 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Setup Environment (compiler=${{ matrix.compiler }}) run: | @@ -142,7 +142,7 @@ jobs: uses: actions/checkout@v5 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Setup Environment (compiler=${{ matrix.compiler }}) run: | diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index a79cd5e..03c0c9f 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v6 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Prepare checked out repositories run: | @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v6 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Prepare checked out repositories env: diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml index ff08378..dbe68e9 100644 --- a/.github/workflows/onefiledist.yml +++ b/.github/workflows/onefiledist.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v6 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Prepare run: | @@ -91,7 +91,7 @@ jobs: uses: actions/checkout@v6 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Checkout create-dmg uses: actions/checkout@v6 @@ -182,7 +182,7 @@ jobs: uses: actions/checkout@v6 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Prepare run: | diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 9c0595f..faf7688 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v6 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Init MSVC uses: ilammy/msvc-dev-cmd@v1 @@ -123,7 +123,7 @@ jobs: uses: actions/checkout@v6 with: repository: tcltk/tcl - ref: main + ref: attemptgetstring path: tcl - name: Prepare run: | |
